Computer Science, asked by neethuveenajp, 1 month ago

In C++ if program executed successfully, following value will be returned to the calling process, if
nothing specified in return statement?

Answers

Answered by diyabhana
0

Answer:

In C++ if program is executed successfully and nothing specified in return statement, it returns 0 to the calling process.

Similar questions