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

Easiest EXPLANATION - size_t, ptrdiff_t and NULL are defined under the file stddef.h. There is no type called exp_t c LANGUAGE.



Discussion

No Comment Found

Related InterviewSolutions