-
What is main () function?
函数
主要功能 有一个
Questioner:Julian Carter 2023-05-05 14:09:53
The most authoritative answer in 2024
-

-
Oliver Hall——Works at the United Nations Office on Drugs and Crime, Lives in Vienna, Austria.
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.