1.

When a function is recursively called, all automatic variables:

A. are initialized during each execution of the function
B. are retained from the last execution
C. are maintained in a stack
D. are ignored
Answer» B. are retained from the last execution


Discussion

No Comment Found