I want to print the maximum value of the unsigned integer which is of 4 bytes.
#include \"stdafx.h\" #include \"conio.h\" int _tmain(int argc, _TCHAR* argv[
You should use and then INT_MAX or whatever limit is appropriate for your type.
INT_MAX