What is the syntax to comment on a single line?

7. What is the syntax to comment on a single line?

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

Answer: A) -- comment

Explanation:

The syntax to comment on a single line is "-- comment".

Comments and Discussions!

Load comments ↻






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