Computer Science, asked by ajjubhai9493, 9 months ago

State the sizes of int long, double and char data types in bytes

Answers

Answered by vadaliakuldip
2

Answer:

int- 4 bytes, long - 4 bytes, double - 8 bytes, char 1 byte

Answered by 1998samikshasingh
2

Explanation:

Char - 1 bytes, short- 2 bytes,ink-4 bytes and long-4bytes

Similar questions