×
×
Correct!
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! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?