Multiple Choice
Suppose you create a structure that has an integer field called partNum ; Next, you create an array of ten elements of objects of this structure. Which of the following is a correct way to access the first element of the array?
A) (part.partNum) [0]
B) part.partNum[0]
C) part.[0]partNum
D) part[0].partNum
Correct Answer:

Verified
Correct Answer:
Verified
Q5: A string _ is a value within
Q6: In C++, it is conventional to begin
Q7: Depending on your compiler, you might have
Q8: Match each term with the correct statement
Q9: _ is a string constant.<br>A) 'H'<br>B) '\n'<br>C)
Q11: C++ programmers do not refer to an
Q12: Identify and describe two common errors that
Q13: When should you use an array instead
Q14: A convenient way to set all array
Q15: To indicate that a variable is a