We want to declare a variable in a function such that whenever-05257
We want to declare a variable in a function such that whenever the function is called, the variable is not reinitialized. The storage class of the variable must be:
This multiple choice question (MCQ) is related to the book/course
vu cs410 Visual Programming.
It can also be found in
vu cs410 Final Term - Quiz No.4.
We want to declare a variable in a function such that whenever the function is called, the variable is not reinitialized. The storage class of the variable must be:
Static
Auto
Extern
All of the given options