Q. Which of the following is not a valid C++ identifier? (A) _variable (B) 123variable (C) variable_123 (D) VariableName ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 123variable Explanation: In C++, an identifier cannot start with a digit.