Q. Which of the following used to write a comment in C++? (A) * comment */ (B) Both are comments // comment 1 or /* comment 2 */ (C) // comment (D) // comment */ ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Both are comments // comment 1 or /* comment 2 */