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_MAX
This 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