题目内容

Some (but not all) recursive functions can be written in a nonrecursive manner using an iterative solution.

查看答案
更多问题

Functions that call themselves are referred to as ____ functions.

A. nested
B. recursive
C. loop-back
D. rolling

A function can invoke a second function, which in turn invokes the first function; this type of recursion is referred to as ____ recursion.

A. direct
B. indirect

The ____ of a variable defines the location within a program where that variable can be used.

A. storage class
B. time-dimension
C. scope
D. data type

Storage for automatic local variables is automatically reserved (that is, created) after the program begins its execution.

答案查题题库