InterviewSolution
Saved Bookmarks
| 1. |
If storage class is not specified for a local variable, then the default class will be auto.(a) True(b) False(c) Depends on the standard(d) None of the mentionedI have been asked this question during an online interview.Enquiry is from Automatic Variables topic in division C Functions and Structure of a Program of C |
|
Answer» RIGHT OPTION is (a) True Easiest EXPLANATION - NONE. |
|