

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
#include <somefile.h> 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 file |
Answer» E. | |
2. |
What is #include <stdio.h>? |
A. | Preprocessor directive |
B. | Inclusion directive |
C. | File inclusion directive |
D. | None of the mentioned |
Answer» B. Inclusion directive | |