SBSolutions interview question

Why return is used in Programming language?

Interview Answer

Anonymous

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.