struct Car{
struct Car
{
char model[30];int year;float price;
char model[30];
int year;
float price;
};
It looks like you're new here. If you want to get involved, click one of these buttons!