Programming (12th Grade)
C++ Programming
Which of the following is a valid comment in C++?
// This is a comment
# This is a comment
/* This is a comment */
Both 1 and 3
Next