

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your C knowledge and support exam preparation. Choose a topic below to get started.
1. |
If NDEBUG is defined as a macro name, at the point where <assert.h> is included, then assert macro is defined as #define assert(ignore) ((void)0). |
A. | true |
B. | false |
Answer» B. false | |
2. |
The header file assert.h of the C Standard Library defines ________ macro. |
A. | stderr |
B. | stdarg |
C. | setjmp |
D. | assert |
Answer» E. | |