

MCQOPTIONS
Saved Bookmarks
1. |
The correct syntax to access the member of the ith structure in the array of structures is?
|
A. | s.b.[i]; |
B. | s.[i].b; |
C. | s.b[i]; |
D. | s[i].b; |
Answer» E. | |