Home » C Programming » Variables » Question
  1. Which of the following is not a valid variable name declaration?
    1. int __B11;
    2. int __11b;
    3. int __b11;
    4. All of above
    5. None of these
Correct Option: E

int a = 12; is a valid variable name declaration.



Your comments will be displayed only after manual approval.