Which of the following is true for the static variable?
Posted: Wed Jul 13, 2022 7:54 pm
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
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