Home / CSE MCQs / C-MCQs :: Declarations - C

CSE MCQs :: C-MCQs

  1. A variable declared in a function can be used in main?
  2. A.
    True
    B.
    False
    C.
    True if it is declared static
    D.
    None of the mentioned.

  3. The name of the variable used in one function cannot be used in another function?
  4. A.
    True
    B.
    False
    C.
    May be
    D.
    None of the mentioned.