Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which of following is not accepted in C?
  2. A.
    static a = 10; //static as
    B.
    static int func (int); //parameter as static
    C.
    static static int a; //a static variable prefixed with static
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    None.


Be The First To Comment