InterviewSolution
Saved Bookmarks
| 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 |
|