Vidyalelo
C Programming · Q39

C Fundamentals

Programming · C Programming · question 39

Q39

Which one of the following is not a valid identifier?

A.
_examveda
B.
1examveda
Answer
C.
exam_veda
D.
examveda1

Answer: Option B

Solution

Answer: Option B
Solution:

The first character must be a letter or special symbol underscore( _ ).