Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~72 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for ekun

i'm using turbo c++ 4.5,, now i have structure like this : [CODE] struct name{ char firstName[15]; char lastName[15]; }; struct student{ char id[11]; name n; float ipk; char major[15]; }; struct student s[5]; [/CODE] how to make function to fill and to printf the s[]? thanks alot for helping …

Member Avatar for Ancient Dragon
0
72