Computer Science, asked by shwetsingh64, 3 days ago

State the numbers of bytes occupied by char and int data types.​

Answers

Answered by kailash0281
1

Answer:

Type Name 32–bit Size 64–bit Size

char 1 byte 1 byte

short 2 bytes 2 bytes

int 4 bytes 4 bytes

long 4 bytes 8 bytes

Answered by THANUSHGOWDA
1

Answer:

here is your answer

Explanation:

Data Types and Sizes

Type Name 32–bit Size 64–bit Size

char 1 byte 1 byte

short 2 bytes 2 bytes

int 4 bytes 4 bytes

long 4 bytes 8 bytes

Similar questions