What is the uses of int main() function.
Answers
Answered by
1
Answer:
int main – 'int main' means that our function needs to return some integer at the end of the execution and we do so by returning 0 at the end of the program. 0 is the standard for the “successful execution of the program”.
Answered by
3
Answer:
int main – 'int main' means that our function needs to return some integer at the end of the execution and we do so by returning 0 at the end of the program. 0 is the standard for the “successful execution of the program”.
Similar questions
English,
2 months ago
Social Sciences,
2 months ago
Math,
2 months ago
Math,
6 months ago
English,
6 months ago
Computer Science,
10 months ago
Math,
10 months ago