

MCQOPTIONS
Saved Bookmarks
1. |
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 |
C. | It can be modified in another function by sending it as a parameter |
D. | All of the mentioned |
Answer» C. It can be modified in another function by sending it as a parameter | |