InterviewSolution
Saved Bookmarks
| 1. |
Which of the following macros is not defined?(a) ULONG_MIN(b) LONG_MIN(c) ULONG_MAX(d) LONG_MAXThe question was posed to me by my college director while I was bunking the class.The above asked question is from Implementation-Defined Limits in section C Library of C |
|
Answer» The CORRECT answer is (a) ULONG_MIN |
|