Assuming: struct temp
{
int b;
}s[50];
a) s.b.;
b) s..b;
c) s.b;
d) s.b;
The correct syntax to access the member of the ith structure in the array of structures is?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The correct syntax to access the member of the ith structure in the array of structures is?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!