InterviewSolution
Saved Bookmarks
| 1. |
The macro definition of INT_MIN is ____________(a) –INT_MAX – 1(b) INT_MAX – 1(c) –INT_MAX + 1(d) INT_MAX + 1The question was posed to me by my college director while I was bunking the class.Question is from Implementation-Defined Limits in section C Library of C |
|
Answer» The CORRECT ANSWER is (a) –INT_MAX – 1 |
|