InterviewSolution
Saved Bookmarks
| 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 |
|