Q)

A) Yes

B) No

C) Yes, but only in some programming languages

D) Yes, but it depends on the version of programming language used

Correct Answer: Yes
Explanation: Iteration means the repetition of a process/Statement or group of statement executed till true condition Whereas Recursion is process to call function itself. So is there a difference between iteration and recursion. Answer is YES.