InterviewSolution
Saved Bookmarks
| 1. |
Which error is produced if the automatic variables are used without declaration?(a) Undefined symbol(b) Memory error(c) Type mismatch(d) Statement missingI got this question in my homework.This intriguing question comes from Automatic Variable topic in portion Memory Allocation & Scope of Variable of Object Oriented Programming |
|
Answer» The CORRECT option is (a) Undefined symbol |
|