Which of the following is used for multi-line comments in C++?

11. Which of the following is used for multi-line comments in C++?

  1. //
  2. \\
  3. /* */
  4. ##

Answer: C) /* */

Explanation:

We use "/* */" for multi-line comment in C++.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.