Solved

To Access a Member of a Structure Variable in an Array,you

Question 39

Multiple Choice

To access a member of a structure variable in an array,you use the syntax ____.


A) arrayName(subscript) .memberVariableName
B) arrayName(subscript) ->memberVariableName
C) arrayName(subscript) [memberName]
D) arrayName(subscript) @memberName

Correct Answer:

verifed

Verified

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

Related Questions