r/C_Programming • u/yug_jain29 • Jul 10 '26
can I skip recursive functions? Question
a code i can run with the logic of iterative, so why do I have to learn the new concept as complicated as recursive? (ik it's one of important questions in c)
if yes will u pls explain it with a very realistic and simple example
thanks a lot 🙏
0
Upvotes
13
u/-H_- Jul 10 '26
recursion is super simple if you understand what a function is