If your program makes too many recursive function calls, your program will cause a ___________

a. stack underflow
b. activation overflow
c. stack overflow
d. syntax error


c. stack overflow

Computer Science & Information Technology

You might also like to view...

Which of the following are valid declarations? Which instantiate an array object? Explain your answers.

a. int primes = {2, 3, 4, 5, 7, 11}; b. float elapsedTimes[] = {11.47, 12.04, 11.72, 13.88}; c. int[] scores = int[30]; d. int[] primes = new {2,3,5,7,11}; e. int[] scores = new int[30]; f. char grades[] = {'a', 'b', 'c', 'd', 'f'}; g. char[] grades = new char[];

Computer Science & Information Technology

The small window that displays when you rest the mouse pointer over an object or button is a(n) ________

A) shortcut B) ScreenTip C) KeyTip D) option

Computer Science & Information Technology

A(n) ______ server enables testing in an environment similar to that of a live web server.

A. virtual B. staging C. beta D. internal

Computer Science & Information Technology

A(n) DR plan ensures that critical business functions continue if a catastrophic incident or disaster occurs. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology