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.


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
Get step-by-step solutions from verified subject matter experts
