Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. What is the output of this C code?

        void main()
        {
            int x;
        }

     here x is?
  2. A.
    automatic variable
    B.
    static variable
    C.
    global variable
    D.
    register variable

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    None.


Be The First To Comment