statement that causes a function to end in c 2b 2b

Solutions on MaxInterview for statement that causes a function to end in c 2b 2b by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "statement that causes a function to end in c 2b 2b"
Melvin
13 Feb 2016
1Return statement. The return statement stops execution and returns to the calling function. When a return statement is executed, the function is terminated immediately at that point, regardless of whether it's in the middle of a loop, etc.
2