AVEVA interview question

Can you code factorial? What are the differences between doing it iteratively and recursively?

Interview Answer

Anonymous

18 Feb 2025

Iteratively means repeat the block of code . Recursively means calls itself.