Solved

Suppose You Create a Structure That Has an Integer Field

Question 10

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions