-
What is main () in C?
函数
情况下 区别
Questioner:Isabella Lewis 2023-05-05 14:10:02
The most authoritative answer in 2024
-

-
Scarlett Price——Studied at Stanford University, Lives in Palo Alto. Entrepreneur in the tech industry, specializing in software development.
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.
read more >>
About “函数、情况下、区别”,people ask:
QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.