Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which of the following is not a valid variable name declaration?
  2. A.
    int __a3;
    B.
    int __3a;
    C.
    int __A3;
    D.
    None of the mentioned.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    None.


Be The First To Comment