CSE MCQs :: C-MCQs
- Which of the following is true for static variable?
- Assignment statements assigning value to local static variables are executed only once?
- What is the format identifier for "static a = 20.5;?
- Functions have static qualifier for its declaration by default.
- Is initialization mandatory for local static variables?