what are function pointers?
Answer / Rishabh Kumar Kashyap
Function pointers in C++ are variables that hold the addresses of functions. They allow functions to be passed as arguments to other functions, returned from functions, and stored in data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the benefits of proper inheritance.
What are the sizes and ranges of the basic c++ data types?
Explain the difference between static and dynamic binding of functions?
To what does “event-driven” refer?
How do you clear a set in c++?
What is type of 'this' pointer? Explain when it is get created?
What is c++ runtime?
What are the differences between public, private, and protected access?
12 Answers IBM, Oracle, Wipro,
How can you find the nodes with repetetive data in a linked list?
Can a built-in function be recursive?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
why we cant create array of refrences