1.

To find the maximum value of an object of type unsigned long long int, we use the macro _________(a) ULINT_MAX(b) ULLINT_MAX(c) ULONG_MAX(d) ULLONG_MAXThis question was posed to me in unit test.I would like to ask this question from Implementation-Defined Limits in portion C Library of C

Answer»

Correct choice is (d) ULLONG_MAX

Easy EXPLANATION - The MACRO ULLONG_MAX is used to FIND the maximum value of unsigned long long int type. The macro ULONG_MAX is used to find the maximum value of unsigned long type.



Discussion

No Comment Found

Related InterviewSolutions