Problem
Using the size of operator, write a program that prints the number of bytes used to represent the char, int, short int, long int, float and double types on your computer. Work out the maximum and minimum values that can be represented by the integer types. Check your answers by examining the header file, . (You will need to consult your system documentation to discover the directory which contains limits. h.)