Top

Discussion

Assuming int is of 4bytes, what is the size of int arr[15];?

  • A.15
  • B.19
  • C.11
  • D.60

Answer: D

Since there are 15 int elements and each int is of 4bytes, we get 15*4 = 60bytes.

No comment is present. Be the first to comment.
Loading…

Post your comment