How will you print numbers from 1 to 100 without using loop?

We cannot use any loop, for, do while, while. Print without the use of loop?

  • Aditi
  • 13 Jun
  • 5104 Views
  • 3 Answers
Your Answer

the print_numbers function calls itself with n - 1 until n reaches 0. When n is greater than 0, it prints the geometry dash lite after the recursive call, which ensures the numbers are printed in ascending order from 1 to 100.

0
c programming
Practice Mock Test
c programming