Question: Create a function named printOneDVD which takes which takes a dvd_t (by value, not by reference) as a parameter. This function should print the title,
Create a function named printOneDVD which takes which takes a dvd_t (by value, not by reference) as a parameter. This function should print the title, director and play time from the structure in the following format Title:Director:PlayTime Assuming Eraserhead, David Lynch, and 85 were the title, director, and play time in the structure printOneDVD should print the following with a single newline at the end. Note that the separating colons have no spaces before or after. Eraserhead:David Lynch:85
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
