Q. Which of the following is not a valid C++ identifier?
β
Correct Answer: (B)
123variable
Explanation: In C++, an identifier cannot start with a digit.