c largest unsigned int

Solutions on MaxInterview for c largest unsigned int by the best coders in the world

showing results for - "c largest unsigned int"
Alice
04 Mar 2016
1The sizeof function will help you here.
2  sizeof(data type) returns a size_t //Number of bytes whatever the input for sizeof takes
3
4Example:
5//This statement will return 2 or 4 (depending on your system)
6  return sizeof(int)
queries leading to this page
char max value cc largest unsigned int