Write and test a function that will print your name , course title,and homework
ID: 3614171 • Letter: W
Question
Write and test a function that will print your name , course title,and homework number in the following format:Joey Smith Engineering 101 Homework #5
Your name and the course title should be included within theoutput statements; the homework number is an input parameter.Assume that the function prototype is
void header(int hw_number);
Joey Smith Engineering 101 Homework #5
Your name and the course title should be included within theoutput statements; the homework number is an input parameter.Assume that the function prototype is
void header(int hw_number);