answersLogoWhite

0

The main function is the entry point into a program. When the Operating System launches the program the main function gets executed.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is main function of blood vessel?

The main fuction of blood vessels is to help the blood reach the arteries


What is the main function of the blood vessel?

The main fuction of blood vessels is to help the blood reach the arteries


What is the function of accumulator 8085?

It is an 8 bit register which is accessable to programmer and is main fuction is to perfom all arithmetic and logical function.


What is meant by a function call?

A function call is where you "call" a function and execute its body. For example: void example() { } int main() { example(); // call the function "example" and execute its bodyreturn 0; }


In c plus plus are local declarations visible to the function in a program?

If you declare a variable inside of any fuction (except main) it will not be available to other functions.


What function of ribbon cable?

it is very kkoolll


What do you call the process of testing flow of control between a main function and its subordinate function?

function-call and returning (actually, it is 'passing', not 'testing')


What is the main nutrient and fuction in the Grain Group?

Vitamin B


How you write a c program for making a call in gcc?

int main() { // Call the printf function printf("This is a function call!\n"); return 0; }


Why main function c contained?

1..Every program start with main(). 2. Compiler firstly compile line main(). 3. At least one fuction in C language. 4. Syntax of function returntype functionname(parameter/arguments) { body } int main(void) { printf("Hello"); } Sachin bhardwaj skbmca@gmail.com 9868547722


What determines the fuction of a cel?

The shape of a cell is what determines its function. Cells are surrounded by cell membranes.


What kinds of things can become objects in object-oriented programming?

member function and data fuction