1.

State the total size in bytes, of the arrays a [4] of char data type and p[4] of float data type.

Answer»

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

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



Discussion

No Comment Found

Related InterviewSolutions