Q. What is a correct way to comment in C?
β
Correct Answer: (A)
// comment
Explanation: // is used for single-line comments in C.
Explanation: // is used for single-line comments in C.