InterviewSolution
Saved Bookmarks
| 1. |
Inbuilt class __________________________(a) Must be included before use(b) Are not necessary to be included for use(c) Are used by the compiler only(d) Can be modified by programmer always |
|
Answer» The correct option is (a) Must be included before use The best explanation: The inbuilt classes must be included in the program. Whenever some functions are used, they must have a declaration before use. The same is the case with classes. |
|