Computer Science, asked by sanjith5474, 5 months ago

What is the uses of int main() function.​

Answers

Answered by manshi007963
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 ᏚarcasticᏚoul
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