1.

_____________ defines the minimum value for a short integer.(a) SHINT_MIN(b) SHRT_MIN(c) SINT_MIN(d) SHORT_MINI have been asked this question by my school teacher while I was bunking the class.This intriguing question comes from Implementation-Defined Limits topic in portion C Library of C

Answer»

The correct CHOICE is (b) SHRT_MIN

Easiest explanation - to DEFINE the MINIMUM value for a short integer, we USE the macro SHRT_MIN (defined under the header FILE limits.h).



Discussion

No Comment Found

Related InterviewSolutions