InterviewSolution
Saved Bookmarks
| 1. |
What values does uninitialized automatic variables contain?(a) Null value(b) Void value(c) Undefined/Garbage(d) Zero valueI have been asked this question in homework.Query is from Automatic Variable in section Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» The correct OPTION is (c) Undefined/GARBAGE |
|