How do you declare A pointer to function which receives an int pointer and returns a float pointer
Answer / Sunakshi Krishna Sharma
You can declare it as: `typedef float (*FunPtr)(int*); FunPtr pfunc = someFunctionName;`
| Is This Answer Correct ? | 0 Yes | 0 No |
What are compilers in c++?
What happens when the extern "c" char func (char*,waste) executes?
How do you traverse a btree in backward in-order?
Which of the following operator cannot be overloaded?
Keyword mean in declaration?
Is multimap sorted c++?
What is a sequence in c++?
What are static type checking?
What is a literal in c++?
What does catch(…) mean?
What are the c++ access specifiers?
Is c++ primer good for beginners?