Question: Which of the following statements about function pointer is NOT true? Group of answer choices A function pointer is a pointer to a function. A
Which of the following statements about function pointer is NOT true?
Group of answer choices
A function pointer is a pointer to a function.
A function call to a specific function can be made by using a function pointer to the function as if it is an alias of the function.
Functions in C can not return a value of function pointer type.
A function call to a specific function can be made by using a dereference operator on the associated function pointer to the function.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
