InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not defined under the header file stddef.h?(a) size_t(b) ptrdiff_t(c) exp_t(d) nullThe question was posed to me in exam.Query is from Standard Definition in portion C Library of C |
|
Answer» Right answer is (C) exp_t |
|