🎴 Flashcard Mode

C Programming

Card1 / 24
Mastered0
Review0
QuestionClick to flip

Which of the following is not an identifier?

AnswerClick to flip back
A
4th semester
💡 Explanation:

In programming, identifiers cannot begin with a digit. '4th semester' starts with the number 4, making it invalid. Valid identifiers like 'Area_of_circle', 'Pi-value', and 'Count2' start with letters or underscores.

Change Mode