Question: I have to create a C program using an array struct for an automobile dealership. I will upload an image of the struct and the

I have to create a C program using an array struct for an automobile dealership. I will upload an image of the struct and the guidelines. The ones with F in front are their own functions that need to be created. I am currently struggling with creating a save function as I can only ever save the first struct.

I have to create a C program using an array struct for

an automobile dealership. I will upload an image of the struct and

struct AUTO 9 { char vin[100]; char make[100]; char model[100]; float cost; Design the struct F: save all information Comment your code F: add auto Create the design tool F: reload all information Design the menu F: display autos F: delete an auto

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!