Home » MCQs » C++ MCQs
11. Which of the following is used for multi-line comments in C++?
Answer: C) /* */
Explanation:
We use "/* */" for multi-line comment in C++.
Comments and Discussions!
Load comments ↻
Recently Published MCQs