Vidyalelo
C Programming · Q205

Function

Programming · C Programming · question 205

Q205

Which of the following is true for the static variable?

A.
It can be called from another function
B.
It exists even after the function ends
Answer
C.
It can be modified in another function by sending it as a parameter
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board