Static variable - Definition,Features
Q. Which of the following statement is\are correct?- Published on 23 Jun 15a. Default initial value of static integral type variables is zero.
b. A same static variable can be declared many times but we can initialize at only one time.
c. Option A and B are correct.
d. None of the above.
ANSWER: Option A and B are correct.