Question: Answer the following questions using a struct datatype defined heln struct Movie int movield; char title[ 100]: int yearofRelease; typedef struct Movie movies; Write code

Answer the following questions using a struct datatype defined heln struct Movie int movield; char title[ 100]: int yearofRelease; typedef struct Movie movies; Write code that 1. declares a structure of type movies 2. for a movies, reads from the keyboard movic and year of the moviel reads title from a file called novietitle.txt 3 saves info on all movies in a file called outLab10.out (see sample out Sample Input: Reading data from stdin for movie number 1 101 2001 Reading data from stdin for movie number 2 102 2013 Reading data from stdin for movie number 3 103 2003 Reading data from stdin for movie number 4 1e4 1998 Sample Output (what gets written to file outLab10.out): O Type here to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
