answersLogoWhite

0


Best Answer

Control is returning to the caller of the function.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In C plus plus when a function is executing what happens when the end of the function is reached?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why wont your c plus plus program stay open?

If you are talking about the program executing, but the output screen being displayed for a flash and then disappearing, I suggest adding getch() or getchar() function at the end of your main function. This will make sure that the output screen waits for you to press a character before the program terminates.


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.


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

yes,we can make function inline


What is a main function in c plus plus?

It is the first function that gets called when the program is executed.


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 the function y equals ax2 plus bx plus c?

It is a quadratic function which represents a parabola.


What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.


Write a C plus plus function that print a triangle of stars?

Write a function that print a triangle of stars.


Is f of x equals x plus x plus 5 a linear function?

Only if it's a function.


What is member fusion in c plus plus?

If you are asking about member functions. When we declare a function inside a class then that function becomes member function of that class and this function can access the whole class