After a function executes, to where does control of the program return?

A. To main()
B. To the called function.
C. To the last line where it left off.
D. To the call statement.


D. To the call statement.

Computer Science & Information Technology

You might also like to view...

What function would you use to generate a random number to simulate the roll of a six-sided die? 

A. nextBooleanInRange(1, 6) B. nextIntegerFromAToBExclusive(1, 6) C. nextIntegerInRange(1, 6) D. nextIntegerFromAToBInclusive(1, 6)

Computer Science & Information Technology

When an "is a" relationship exists between objects, the specialized object has __________.

a. some of the characteristics of the general class, but not all, plus additional characteristics b. some, but not all, of the characteristics of the general object c. none of the characteristics of the general object d. all of the characteristics of the general object plus additional characteristics

Computer Science & Information Technology

The speed at which pixels change color is referred to as ____ time.

A. resolution B. display C. response D. ghost

Computer Science & Information Technology

Messages from Google+ users show up in your ________

A) Gmail inbox B) Picasa web album C) 1+ list D) video chat

Computer Science & Information Technology