Computer Science, asked by karmatiwana215, 7 months ago

The function main() is.......?​

Answers

Answered by riyatyagi46
1

Answer:

The compilers of most of the programming languages are so designed that the main () function constitutes the entry point of the program execution. It defines the point from which the program has to start executing itself though there are many other sub-routines and other user-defined functions included in the program.

I hope this answer helpful for you.

Answered by IIRissingstarll
0

\huge{\sf{{☆An{\purple{sw}}{\pink{er☆}}}}}

The main() function is starting point of the any function in C. Execution of program start from the main () .

The main () function provides a platform for calling the first user-defined function in the program.

\large{\underline{\sf{\pink{ Drop \:  some \: }{\red{♡} }}}}

Similar questions