filmov
tv
Introduction to Recursion - How Recursion Works | Print Decreasing using Recursion

Показать описание
NADOS also enables doubt support, career opportunities and contests besides free of charge content for learning. With this video, we introduce the concept of Recursion and how it is widely used in the world of programming and explain the working of Recursion. With this, we also move towards our first question of recursion where we are required to print all decreasing numbers from a given number. In this problem,
1. You are given a positive number n.
2. You are required to print the counting from n to 1.
3. You are required to not use any loops.