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

 c++ Given that a structure was defined in the program called
c++

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!