C-05-Q162mediumsingle_mcq
Why do we write return 0; at the end of an int main() function?
Why do we write return 0; at the end of an int main() function?
- aBecause main returns a character
- bBecause int main() must return an integer value
- cTo start the program
- dTo print output