Name: Anonymous 2011-11-30 19:50
Why have short and int if by the standard they end up being the same size number of bits.
Is the following correct:
whats the point of short?
Is the following correct:
char => 8 bits
short => 16 bits
int => 16 bits
long => 32 bits
long long => 64 bits
float => 32 bits
double => 64 bits
long double => 128 bitswhats the point of short?