Home » C Programming » Pointers » Question
  1. Which type of variables can have same name in different function?
    1. static variables
    2. Function arguments
    3. Both static variables and Function arguments
    4. global variables
    5. None of these
Correct Option: C

Both static variables and Function arguments



Your comments will be displayed only after manual approval.