Lukedoggg1964 Lukedoggg1964
  • 13-07-2019
  • Computers and Technology
contestada

The _________ statement causes a function to end immediately.

Respuesta :

PhantomWisdom PhantomWisdom
  • 18-07-2019

Answer:

return

Explanation:

return is the statement which is used to return the value from the function definition to the function calling.

it is also used as exit from the function.

for example:

int count()

{

     return 0;

     printf("hello");

}

In the above the function return 0 without print the message "hello". we can used return any where inside the function for immediately ending the execution of function.

Answer Link

Otras preguntas

Which character was a foil for hamlet
which list shows the correct order
What regions did the mediterranean area did rome and its allies control?
what is the value of x -2 = 2x
A series of deep muscular relaxation techniques combined with visualization is characteristic of:
Rewrite the product as an exponent: 32a^5
John hasn't started working on his term paper. he wants to do well in the course, but he's struggling with how to identify a solid topic and start an outline. m
Schaie's influential study on intellectual change over time utilizes the _____ research design he invented.
A 150-inch-long ribbon is cut into 3 pieces. the 1st piece is twice as long as the 2nd piece. the 3rd piece is three times as long as the 2nd piece. what is the
How to find domain and range of a parabola?