InterviewSolution
Saved Bookmarks
| 1. |
Which of the following storage class supports char data type?(a) register(b) static(c) auto(d) all of the mentionedThis question was addressed to me in final exam.The doubt is from Automatic Variables topic in section C Functions and Structure of a Program of C |
|
Answer» RIGHT OPTION is (d) all of the mentioned Best EXPLANATION: NONE. |
|