18) Consider the following type definition.
typedef char x[10];
x myArray[5];
What will sizeof(myArray)be ? (Assume one character occupies 1 byte)
Answer is:
50 bytes
Related C Programming MCQ with Answers
Answer is:
alone
Answer is:
none of the above
Answer is: