1.

The header file assert.h of the C Standard Library defines ________ macro.(a) stderr(b) stdarg(c) setjmp(d) assertThis question was posed to me in an interview.This intriguing question originated from Diagnostics topic in portion C Library of C

Answer»

Right answer is (d) assert

The best I can explain: The header file assert.h of the C Standard Library defines a macro CALLED assert is used to verify assumptions made by the program and PRINT a DIAGNOSTIC message if this ASSUMPTION is false.



Discussion

No Comment Found

Related InterviewSolutions