• A A recursive function cannot call itself.
  • B A recursive function must have a base case to terminate the recursion.
  • C A recursive function must have a return type of void.
  • D A recursive function cannot be called from another function.
  • Share this MCQ