Which of the following statements is false?
Every recursive function should have a terminating condition.
You connot print a local variable.
A global variable can be used anywhere in a program.
A function can have multiple parameters.
1 answer
The statement "You connot print a local variable." is false.