Computer Science, asked by sam1908sundhar, 20 days ago

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 thilakkumarsivakumar
0

Answer:

UINT_MAX 4294967295 Defines the maximum value for an unsigned int.

Similar questions