InterviewSolution
Saved Bookmarks
| 1. |
#include are _______ files and #include “somefile.h” ________ files.(a) Library, Library(b) Library, user-created header(c) User-created header, library(d) They can include all types of fileI had been asked this question in semester exam.I'm obligated to ask this question of C-Preprocessor in chapter C Functions and Structure of a Program of C |
|
Answer» The correct ANSWER is (d) They can include all types of FILE |
|