In C++ if program executed successfully, following value will be returned to the calling process, if
nothing specified in return statement?
Answers
Answered by
0
Answer:
In C++ if program is executed successfully and nothing specified in return statement, it returns 0 to the calling process.
Similar questions