Multiple Choice
The factorial of n is equal to ______.
A) n - 1
B) n - factorial (n-1)
C) factorial (n-1)
D) n * factorial (n-1)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: What is a pivot item?
Q8: An iterative method always calls itself.
Q9: Which of the following is a precondition
Q10: A recursive solution can have more than
Q11: A recursive binary search algorithm always reduces
Q13: Which of the following is a base
Q14: Suppose a program contains a recursive method
Q15: In a recursive solution,the _ terminates the
Q16: Why does the Fibonacci sequence have two
Q17: A recursive method that computes the number