A function that calls itself is called a(n) ____.

A. recursive function
B. iterative function
C. base function
D. successive function


Answer: A

Computer Science & Information Technology

You might also like to view...

The default equals implementation of class Object determines:

a. whether two references refer to the same object in memory. b. whether two references have the same type. c. whether two objects have the same instance variables. d. whether two objects have the same instance variable values.

Computer Science & Information Technology

An array with more than one index is called a/an:

a. partially filled array b. multidimensional array c. bidirectional array d. one dimensional array

Computer Science & Information Technology

What are three ways you can change the order of headings in a multipage document?

What will be an ideal response?

Computer Science & Information Technology

What operator can be used to store data in an element in a two-dimensional array?

A. insertion B. extraction C. ternary D. increment

Computer Science & Information Technology