Print the maximum and minimum value of unsigned integer. These values are
predefined in the header file "limits.h". It is defined with the variable name UINT_MAX
Input Format
Answers
Answered by
0
Answer:
UINT_MAX 4294967295 Defines the maximum value for an unsigned int.
Similar questions