Computer Science, asked by makaylabrown6292, 1 year ago

How to call the main function in C program?

Answers

Answered by Shubu01
0

\huge{Hey Mate!!!}

☆☞ Here is ur answer ☜☆

✔✔ The Main Function. In C, the "main" function is treated the same as every function.

✔✔ It has a return type (and in some cases accepts inputs via parameters).

✔✔ The only difference is that the main function is "called" by the operating system when the user runs the program.

HOPE IT HELPS!

Similar questions