Exam 5: Functions and an Introduction to Recursion

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A recursive function is a function that:

(Multiple Choice)
4.8/5
(43)

Which of the following is true of function templates?

(Multiple Choice)
4.8/5
(37)

Call-by-reference can achieve the security of call-by-value when:

(Multiple Choice)
4.9/5
(31)

All of the following are reasons to use recursion except:

(Multiple Choice)
4.8/5
(31)

What value does function mystery return when called with a value of 4? Int mystery int number ) { If number <= 1 ) Return 1; Else Return number * mystery number - 1 ); }

(Multiple Choice)
4.8/5
(44)

A variable that can have values only in the range 0 to 65535 is a:

(Multiple Choice)
4.8/5
(37)

A function prototype does not have to:

(Multiple Choice)
4.9/5
(28)
Showing 41 - 47 of 47
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)