- 2
return 0; Function???
5 Answers
+ 14
You may have to elaborate on your question. What is it that you want to ask?
+ 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.
+ 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...
0
Thank u all
- 1
It's important that part? sorry for my english.