Computer Science, asked by dhruv7431, 1 year ago

What are width offered by different data type of c++11standard

Answers

Answered by Naresh5551
0
Size of char : 1 byte
Size of int : 4 bytes
Size of short int : 2 bytes
Size of long int : 8 bytes
Size of signed long int : 8 bytes
Size of unsigned long int : 4 bytes
Size of float : 4 bytes
Size of double : 8 bytes
Size of wchar_t : 4 bytes
Similar questions