What is the syntax to comment on multi lines?

8. What is the syntax to comment on multi lines?

  1. /* comment */
  2. /* comment
  3. comment */
  4. */ comment /*

Answer: A) /* comment */

Explanation:

The syntax to comment on multi lines is "/* comment */".

Comments and Discussions!

Load comments ↻






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