A

Admin • 833K Points
Coach

Q. What is a correct way to comment in C?

  • (A) // comment
  • (B) # comment
  • (C) -- comment
  • (D) ** comment **
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

// is used for single-line comments in C.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.