C-05-Q068mediumsingle_mcq
The statement return 0; is generally placed where?
The statement return 0; is generally placed where?
- aAt the beginning of main
- bAs the last line of the main function, after which the program stops executing
- cInside printf
- dBefore #include