Home » C Programming » Variables » Question
  1. Which of the following is true for static variable?
    1. It can be modified in another function by sending it as a parameter
    2. It can be called from another function
    3. It exists even after the function ends
    4. All of above
    5. None of these
Correct Option: C

It exists even after the function ends



Your comments will be displayed only after manual approval.