1.

size_t is of ______________ type.(a) signed integer(b) signed character(c) unsigned integer(d) unsigned characterI had been asked this question in an online interview.Query is from Standard Definition topic in division C Library of C

Answer»

Correct option is (c) unsigned INTEGER

Explanation: size_t, defined under stddeh, is of the type unsigned integer. It is RETURNED by the SIZEOF() OPERATOR.



Discussion

No Comment Found

Related InterviewSolutions