InterviewSolution
Saved Bookmarks
| 1. |
What does a header file contain for an extern variable?(a) Only declaration of variables(b) Only definition of variables(c) Both declaration and definition of variables(d) Neither declaration nor definitionThis question was posed to me in examination.Enquiry is from Extern Variable in division Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» Right option is (a) Only declaration of variables |
|