Page 1 of 1

The correct syntax to access the member of the ith structure in the array of structures is?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
Assuming: struct temp
{
int b;
}s[50];
a) s.b.;
b) s..b;
c) s.b;
d) s.b;