InterviewSolution
Saved Bookmarks
| 1. |
If the definition is given in the header file that we include then ________________(a) The program can run successfully(b) Also the program should define the extern variable(c) The extern variable must contain two definitions(d) Extern variable can’t be used in the programThe question was asked by my school teacher while I was bunking the class.This question is from Extern Variable topic in chapter Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» The correct option is (a) The program can run successfully |
|