InterviewSolution
Saved Bookmarks
| 1. |
Automatic variables are_________(a) Declared within the scope of a block, usually a function(b) Declared outside all functions(c) Declared with the auto keyword(d) Declared within the keyword externI got this question during an interview for a job.My question comes from Automatic Variables in division C Functions and Structure of a Program of C |
|
Answer» Right ANSWER is (a) Declared WITHIN the scope of a BLOCK, usually a function |
|