SBSolutions interview question

Why return is used in Programming language?

Interview Answer

Anonymous

Feb 3, 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.