Multiple Choice
Which is the proper way to create an array of structure variables of type Data?
A) MyArray Data[ 10 ]
B) Data MyArray[ 10 ];
C) Data struct myArray[ 10 ];
D) struct MyArray[ Data ];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The advantages of using typedef do not
Q7: Structure variables may not be initialized by:<br>A)
Q7: To change the string "ABCDEFGHI" to "aaaaaFGHI"
Q8: The _ function allows characters of one
Q9: Arrays are:<br>A) Always passed by reference.<br>B) Passed
Q11: Let x be an unsigned int on
Q16: Which function would be the most useful
Q17: Memcmp would return _ for the call
Q19: The number of bits in a bit
Q26: Typedef is used to:<br>A) Create a type