Computer Science
Related Questions
Recursion is defined as defining anything in terms of itself.
Function can alter only mutable data types.
Name the statement that sends back a value from a function.
- input
- return
- None
Functions that do not return any value are known as:
- fruitful functions
- void functions
- library functions
- user-defined functions