- 2

return 0; Function???

3rd Apr 2017, 4:32 AM
CĂ©sar98
5 Answers
+ 14
You may have to elaborate on your question. What is it that you want to ask?
3rd Apr 2017, 4:42 AM
Hatsy Rei
Hatsy Rei - avatar
+ 4
return 0; can be used in a function, but it is not a function. In main, since main is a function, return 0 would be simply exiting the programme.
3rd Apr 2017, 5:11 AM
Wen Qin
Wen Qin - avatar
+ 4
return is simply a statement that transfers control out of the function as a value... It only signifies the function's state or result...
3rd Apr 2017, 9:34 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar
0
Thank u all
9th Apr 2017, 9:45 PM
CĂ©sar98
- 1
It's important that part? sorry for my english.
3rd Apr 2017, 4:58 AM
CĂ©sar98