Menu
×
×
Correct!
Exercise:Fill in the missing part to create a Car structure:
@(6) Car {
char brand[50];
char model[50];
int year;
};
struct Car {
char brand[50];
char model[50];
int year;
};
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?