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

Best EXPLANATION: The macro ULONG_MIN is not defined WHEREAS the macros LONG_MIN, ULONG_MAX and LONG_MAX are all defined in the header FILE limits.h.



Discussion

No Comment Found

Related InterviewSolutions