which of the following statements is false? a. an iterative function executes faster than its recursive counterpart. b. every recursive call has its own set of parameters. c. every recursive call has its own set of (automatic) local variables. d. a recursive function executes faster than its iterative counterpart.

Respuesta :