Q. Which of the following is a valid C++ identifier?
β
Correct Answer: (B)
variable_123
Explanation: C++ identifiers can contain letters, digits, and underscores, but cannot begin with a digit.