0
Why we have to code RETURN0 IN "C"
C program
1 Odpowiedź
+ 3
Based on my understanding, when you write int main() in C, you're actually creating a function that returns a value of type int. In this case, the main function returns 0 to signal the OS that the program has run successfully.