Home »
MCQs »
C++ MCQs
In C++, can we put comments between the statement?
12. In C++, can we put comments between the statement?
- True
- False
Answer: A) True
Explanation:
Yes, we can put comments between the statement in C++ language.
C = A /*2+3*/ + B;