Domanda di colloquio di SBSolutions

Why return is used in Programming language?

Risposta di colloquio

Anonimo

3 feb 2022

I simply answered that the codes will be executed up to the lines where return is mentioned . the code written below the return will not be executed.