answersLogoWhite

0

A return statement exits the function in which it is declared and gives control to the calling code. Returning from the main function exits the program and gives control to the execution environment.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

What is void command in c sharp programming?

void simply means you don't have anything to return w/in a function, it is the same as return 0; public void sample() { MessageBox.Show("This Function do not return anything"); }


How does return statement work in vb?

No Return statement in VB programming


What is the use of return function in C programming?

To return the exp. or const to the main fumction.


Why you are using VOID in C programming?

You don't use 'VOID', but 'void'. It means different things, such as:- void as function type means no return value- void as function parameter means no parameters- 'void *' as pointer-types means generic pointer


What do you mean by serial programming?

Serial programming is a term that means the opposite of parallel programming. It means the program only proceeds by one program step at a time.


Why you use void res in c programming?

since, the word 'void' in C programming language means that it does not return any value to the user or calling function....this is usually used to specify a type of function...... for this reason w use 'void'in c program..


What an example of a function?

In C-programming: int main (void) { return 0; }


What does crlf mean?

In computer programming, cr is carriage return, lf is line feed.


What is structured programming in generally?

It means using only three structure when programming: sequence, selection, repetition.


Is truing a programming language?

No 'truing' is not a programming language. It is an activity by means of which you align/build a bicycle wheel.


What does generic programming in c plus plus means?

Generic programming means that the code is generic enough that it compile on any C++ implementation. That is, it has no platform-specific code.


What word means return from the dead?

"Resurrection" is the word that means to return from the dead.