Question 5(a): Write down a structure that can store a movie star's records having two attributes (a) starID, and (b) ag
Posted: Sat Nov 27, 2021 10:32 am
Question 5(a): Write down a structure that can store a movie star's records having two attributes (a) starID, and (b) age. Using this structure take N movie stars' information as input where N will also be input to your program. Write down a function that will take movie stars information as parameter and will return number of stars having age between 20 and 40.