Question: I am trying to create a function called read _ movies that reads a file of data into an array made of structures called movie

I am trying to create a function called read_movies that reads a file of data into an array made of structures called movie_array_struct. It is meant to hold movie_struct data type. I'm having trouble printing and testing if my code works in main because it seems to just get skipped over. I also am not sure if I approached the read_movies function correctly by using fgets()
I am trying to create a function called read _

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 Programming Questions!