Computer Science, asked by vasu7711, 4 months ago

State the total size in bytes of the array a[4] of character data type and p[6] of float data type?

Answers

Answered by Itzvaibhav007
0

Answer:

4 bytes

Data Types and Sizes

Type Name 32–bit Size 64–bit Size

float 4 bytes 4 bytes

double 8 bytes 8 bytes

long double 16 bytes 16 bytes

Similar questions