Saved Bookmarks
| 1. |
void assert(int expression) when the expression is evaluated to true?(a) assert returns integer value(b) assert displays error message(c) assert returns nothing(d) assert displays patternThe question was posed to me in an online interview.This question is from Diagnostics in chapter C Library of C |
|
Answer» Correct CHOICE is (C) assert returns NOTHING |
|