1.

Which of the following is the variable type defined in header string. h?(a) sizet(b) size(c) size_t(d) size-tThis question was addressed to me during an online exam.My question is taken from String Operations in division String Operations in C of C

Answer»

Right ANSWER is (c) size_t

The EXPLANATION: This is the unsigned INTEGRAL type and is the result of the SIZEOF keyword.



Discussion

No Comment Found

Related InterviewSolutions