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