Question d’entretien chez SBSolutions

Why return is used in Programming language?

Réponse à la question d'entretien

Utilisateur anonyme

3 févr. 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.