Computer Science, asked by Deependra7706, 11 months ago

What functions are also known as fruitful function

Answers

Answered by vipuldubey706838
0

Answer:

Calling one function from within the body of another, or using the return value of one function as an argument to the call of another. Part of a program that can never be executed, often because it appears after a return statement. A function that yields a return value instead of None.

Similar questions