InterviewSolution
Saved Bookmarks
| 1. |
The macro void assert(int expression) allows the diagnostic information to be written in which of the following files?(a) standard error file(b) output file(c) string file(d) character fileThis question was addressed to me in homework.My question is from Diagnostics in section C Library of C |
|
Answer» Right OPTION is (a) STANDARD error file |
|