answersLogoWhite

0


Best Answer

Just as pointers can point to variables, pointers can also point to functions. Thus you can pass function pointers to functions. In so doing, you can alter the behaviour of the function by having it call dynamically call arbitrary functions rather than just preset functions.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by passing function to another function in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a primary function in C plus plus?

There is no such thing. You probably meant the main function. The main function is the only function that is required as it serves as the entry point of the program.


What is message passing in c plus plus?

-define class with necessary data member & member function. -create object of that class. -communication.


What legal term is a rule in law which prevents a person from passing more rights than he has to another?

Nemo plus iuris


What is the multiplicity of the zero of the polynomial function f x x plus 5 4?

If you meant x + 5 = 4 then the multiplicity is 1.


Do you still need a degree after passing A plus and net plus?

No.


Is 5xy plus 4 equals 9 collinear or non collinear?

colinear and non-colinear are terms that are used when describing points in space, not the graph of a function. Maybe what you meant is "Is the function linear?" The answer to that question is no.


What do plus 1 and plus 2 plays mean?

Plus 1 is when you miss a player out when passing.


Is y plus x2 plus 1 a function?

That is not a function, although it does involve the function of addition. A function is something that is done to numbers.


What are the building function in c plus plus?

There is no such term as "building function" in C++.


A c plus plus statement that invokes a function is known as?

...a function call.


In C plus plus when a function is executing what happens when the end of the function is reached?

Control is returning to the caller of the function.


When will you make a function inline in c plus plus?

yes,we can make function inline