Question: c++ Given that a structure was defined in the program called Student, what is true about this declaration? Student* (* funkyLoader) (floata, studente); funkyLoader is
Given that a structure was defined in the program called Student, what is true about this declaration? Student* (* funkyLoader) (floata, studente); funkyLoader is a pointer to a function that takes a float and and a Student struct argument and returns pointer to the Student struct passed funkyloader is a pointer to a function that takes a float and and a Student struct argument and returns a Student funkyloader is a pointer to a function that takes a float and and a Student struct argument and returns pointer to a Student none of these all of these
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
