Page 1 of 1

Which of the following is true for the static variable?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) It can be called from another function
b) It exists even after the function ends
c) It can be modified in another function by sending it as a parameter
d) All of the mentioned