Top

Discussion

Consider the following type definition.

typedef char x[10];

x myArray[5];

What will sizeof(myArray)  be ? (Assume one character occupies 1 byte)

  • A.15 bytes
  • B.10 bytes
  • C.50 bytes
  • D.30 bytes

Answer: C

No answer description available for this question.

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

Post your comment