struct TV_programme { char* title; int hour, minute; float budget; }; Write a declaration for a variable of this type called Brookside. Show an assignment to the budget field of Brookside, setting the value 75.62. Answers to these questions Back to notes on structs
Write a declaration for a variable of this type called Brookside. Show an assignment to the budget field of Brookside, setting the value 75.62. Answers to these questions Back to notes on structs
Answers to these questions