Home » C Programming » Variables » Question
  1. The name of the variable used in one function cannot be used in another function.
    1. May be
    2. True
    3. False
    4. All of above
    5. None of these
Correct Option: C

Since the scope of the variable declared within a function is restricted only within that function, the same name can be used to declare another variable in another function.



Your comments will be displayed only after manual approval.