Is initialization mandatory for local static variables?
Answer: B
No answer description available for this question.
Functions have static qualifier for its declaration by default.
Answer: B
No answer description available for this question.
What is the format identifier for “static a = 20.5;”?
Answer: B
No answer description available for this question.
Assignment statements assigning value to local static variables are executed only once?
Answer: B
No answer description available for this question.
Which of the following is true for static variable?
Answer: C
No answer description available for this question.