

MCQOPTIONS
Saved Bookmarks
1. |
The correct syntax to access the member of the ith structure in the array of structures is? |
A. | sct[j].n; |
B. | sct.n[j]; |
C. | sct.[j].n; |
D. | sct.n.[j]; |
E. | None of these |
Answer» B. sct.n[j]; | |