How many statements are allowed in a function procedure?
Answers
Answered by
3
Answer:
If the given value is Zero, a '0' is returned. So, only one return statement is executed at run time even though the function contains multiple return statements. Any number of 'return' statements are allowed in a function definition but only one of them is executed at run time.
if it is helpful please mark it as brainliest
Similar questions