1.

If the expression in void assert(int expression) is zero then a message is printed on stderr(standard error file).(a) true(b) falseThe question was posed to me in semester exam.The origin of the question is Diagnostics topic in division C Library of C

Answer»

The correct answer is (a) true

The EXPLANATION is: When the EXPRESSION in the macro void ASSERT(INT expression) is zero then the macro DISPLAYS error message on stderr.



Discussion

No Comment Found

Related InterviewSolutions