Computer Science, asked by aditya3546, 9 months ago

State the total size in bytes, of the array x[7] of long data type and y[3] of float data

type.​

Answers

Answered by prabhbani8877
0

Explanation:

Size of char a[4] is 4 × 2 = 8 Bytes.

Size of float p[4] is 4 × 4 = 16 Bytes.

Similar questions