Which of the following is NOT a valid identifier in C?
Q1. Which of the following is NOT a valid identifier in C?
Answer: 2var
Explanation: Identifiers cannot start with a digit. 2var is correct because it matches what the question requires. NET computer science MCQs often test this core concept.