Static variable in a function is considered as

1.2 Static variable in a function is considered as
A) Global variable to the whole program.
B) Global to main () function.
C) Global to the function in which it is declared.
D) None of the above.


Leave a Reply