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
Assuming: struct temp
{
int b;
}s[50];
a) s.b.;
b) s..b;
c) s.b;
d) s.b;
{
int b;
}s[50];
a) s.b.;
b) s..b;
c) s.b;
d) s.b;