Computer Science, asked by bharat6363, 5 months ago

The size of signed integer is __________ bytes.​

Answers

Answered by Anonymous
4

Answer:

A short integer, represented by short in C++, is usually 2 bytes. A long integer (long) is 4 bytes, an integer (int) can be 2 or 4 bytes, and a long long integer is 8 bytes. Characters of text are represented by the char type in C++, which usually is 1 byte in size.

Answered by Anonymous
1

A short integer, represented by short in C++, is usually 2 bytes. A long integer (long) is 4 bytes, an integer (int) can be 2 or 4 bytes, and a long long integer is 8 bytes. Characters of text are represented by the char type in C++, which usually is 1 byte in size.

thank you (*_*)

Similar questions