Right answer is (a) True
The best explanation: There are some types and macros which are defined under various other header files, in addition to being defined under stddef.h. For example, the type size_t is defined under stdio.h, stdlib.h, string.h etc in addition to being defined under stddef.h.