AVEVA Interview Question

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

Interview Answer

Anonymous

Feb 18, 2025

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