Question: ************ C Programming **************** Please help me declaring these data types Task 1 - Data Types (15 Marks) Declare suitable C datatypes to represent each
************ C Programming ****************
Please help me declaring these data types

Task 1 - Data Types (15 Marks) Declare suitable C datatypes to represent each of the following sets of information in a header file. 1. A Movie type that includes Movie ID (Integer Value) Movie name (max 127 characters) Date (three integers day/month/year) Time (two integers hour:minute) 2. A Cinema can include a collection of one or more movies and a cinema id (an integer) Hint: Marks have been allocated for using a linked list 3. A Theatre that has a name (max 127 characters), one or more cinemas and a count (an integer)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
