Question: this problem, we will work with a C structure for a movie that contains the following six fields: title, release year, lead actor, lead actress,
this problem, we will work with a C structure for a movie that contains the following six fields:
title, release year, lead actor, lead actress, total number of audience ratings and the average audience rating. We
want to write a program that has a similar structure to the matrix program in Problem ie the file has three
parts: the API, client applicationtest functions and the function implementations
Download the file movie.c the attaached picture The file includes the API section which includes the prototypes and brief descriptions
of five functions related to movies. Your job is to complete next two sections: the client application that tests all
the five functions and the implementations of the five API functions. Declare your movie structure at the
beginning of the library implementation section just like in the matrix program.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
