state the total size in bytes of array p[6] of char data type and a[6] of float data type .
Answers
Answered by
0
Answer:
hii
Explanation:
45
60
because
a is 45
p is 60
Answered by
1
Size of char a[6] is 6 × 2 = 12 Bytes.
Size of float p[6] is 6 × 4 = 24 Bytes
is the answer
size of char data is 2 bytes
size of float data is 4 bytes
Similar questions