The structures

Marco -  
kilian Posted messages 8675 Registration date   Status Modérateur Last intervention   -
Hello,
struct students
{
char name[31];
char surname[31];
char address[45];
int age;
char gender;
char code[6];//student code
};

struct grades
{
int score[4];
char code[6];// student code
};
How can I implement this structure
Configuration: Windows XP Internet Explorer 7.0

1 réponse

kilian Posted messages 8675 Registration date   Status Modérateur Last intervention   1 526
 
Hello,

How can I achieve this structure

You just did it.
--
6a6f79657578206e6fc3ab6c203b2d290a
0