Multiple Choice
Which is the proper way to create a built-in 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
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
Q10: The main difference between the functions atof,
Q11: Assuming that string1 = "hello" and string2
Q13: _ is not allowed.<br>A) Accessing individual bits
Q14: Two structure variables of the same type
Q15: Which of the following correctly copies the
Q16: Which function would be the most useful
Q17: Memcmp would return _ for the call