answersLogoWhite

0

Why is function main special?

User Avatar

Anonymous

7y ago
Updated: 8/26/2021

main() is so special because it starts the execution of program. or we can say that it is entry gate of any programming language

What else can I help you with?

Related Questions

What are the different modals and their uses?

Modals are special verbs that give more information about the function of the main verb...The main uses: PossibilityAbilityPermissionObligation


A relation is a special type of function?

No. A relation is not a special type of function.


What is the function of main engine?

Main propulsion is the function of the marine main engine.


Is it true or false that a relation is a special type of function?

No. A relation is not a special type of function.


What is the main function of Grimsby?

THE main function of grimpsy is a port


What is the function of marine main engine?

Main propulsion is the function of the marine main engine.


Considering the types of weapons used on the western front What would be their main defensive function?

Trenches were the soldiers main protection from machine guns and artillery, but the British and United States alsong with other countries had special helmets to protect their heads from artillery.


What is the main function of the US Senate?

what is the main function of the US senate?


What is the main function of the nerve cells in the toe?

chess in the main function


What is the main function of the main heart?

The main function of the heart is to pump blood through the body.


What are special function cities?

Special-Function cities are cities that are primarily engaged in mining, manufacturing, or recreation.


What is the difference between return 0 and return -1 in c?

If we consider any function that is not the main function that is declared as "bool" i.e it will return boolean values to the main function-0 & 1, meaning 'false' and 'true' respectively. If we have to tell the main function that the condition checked in the function is false or disagreed, then we return 0 to the main function and when we have to tell that the condition checked in the main function is true or agreed, then we return 1 to the main function.