Multiple Choice
To access a member of a structure variable in an array, you use the syntax ____.
A) memberVariableName.arrayName(subscript)
B) arrayName(subscript) .memberVariableName
C) arrayName.memberVariableName(subscript)
D) memberVariableName(subscript) .arrayName
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Between the Structure and End Structure clauses,
Q3: A structure variable can be stored in
Q4: In most structures, the member variables are
Q5: The ability to pass a structure variable
Q6: The convention with structure statements is to
Q8: Variables declared using a structure as their
Q9: The Structure statement itself reserves locations in
Q10: Pascal case means capitalizing the first letter
Q11: You can create your own data types
Q12: You refer to a member variable by