Computer Science, asked by shubhammalviya6605, 1 month ago

Static storage variable value

Answers

Answered by iqray05
0

Answer:

Explanation:

Static variables have a property of preserving their value even after they are out of their scope! Hence, static variables preserve the value of their last use in their scope. So we can say that they are initialized only once and exist till the termination of the program.

Similar questions