Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which of the following declaration is not supported by C?
  2. A.
    String str;
    B.
    char *str;
    C.
    float str = 3e2;
    D.
    Both (a) and (c)

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    It is legal in Java, not in C.


Be The First To Comment