InterviewSolution
Saved Bookmarks
| 1. |
Is initialisation mandatory for local static variables?(a) Yes(b) No(c) Depends on the compiler(d) Depends on the standardI have been asked this question during an online exam.This intriguing question comes from Static Variables topic in portion C Functions and Structure of a Program of C |
|
Answer» The CORRECT CHOICE is (B) No |
|