MCQ Single Best Answer Moderate

QWhich of the following best describes a recursive function?

ID: #24822 Recursion in Java 5 views
Question Info
#24822Q ID
ModerateDifficulty
Recursion in JavaTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A A function that uses a loop
  • B A function that calls itself
  • C A function without parameters
  • D A function returning multiple values
Correct Answer: Option B

Explanation

Answer: (b) A function that calls itself

Share This Question

Challenge a friend or share with your study group.