Computer Science, asked by rk9717924, 6 months ago

Is it possible that a function have more than one return statements?क्या एक फ़ंक्शन में एक से अधिक रिटर्न स्टेटमेंट हो सकते हैं? *

ਸਹੀ /True/सही

ਗਲਤ /False/गलत

Answers

Answered by prajapatijigar656
0

Answer:

You can have any number of return statement within body of function. But please note that only one return statement will be executed based on conditions in code. You can't run multiple return statement in same function call.

Explanation:

mark me as brainlist please

Similar questions