Vidyalelo
C Programming · Q136

C Fundamentals

Programming · C Programming · question 136

Q136

Which of the following is not a valid variable name declaration?

A.
int __a3;
B.
int __3a;
C.
int __A3;
D.
None of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board