Data Structure Factorial Recursion Online Exam Quiz

Data Structure Factorial Recursion GK Quiz. Question and Answers related to Data Structure Factorial Recursion. MCQ (Multiple Choice Questions with answers about Data Structure Factorial Recursion

Which of the following recursive formula can be used to find the factorial of a number?

Options

A : fact(n) = n * fact(n)

B : fact(n) = n * fact(n+1)

C : fact(n) = n * fact(n-1)

D : fact(n) = n * fact(1)

View Answer

In general, which of the following methods isn’t used to find the factorial of a number?

Options

A : Recursion

B : Iteration

C : Dynamic programming

D : Non iterative / recursive

View Answer

Data Structure Adjacency List more Online Exam Quiz

Data Structure Dynamic Programming

Data Structure Edit Distance Problem

Data Structure Entrance Exams

Data Structure Evaluation Infix Expression Not Parenthesized

Data Structure Experienced

Data Structure Fibonacci Dynamic Programming

Data Structure Fibonacci Recursion

Data Structure Fibonacci Search

Data Structure Free List

Data Structure Freshers