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?
- 5110 Views
- 3 Answers
3 Answers
- What are storage classes in C language?
- Write a program to read the marks of 50 students in a class and display the following:
- Short circuit logical operators used in C language.
- Психологическая помощь при похудении
- What is C used for? Explain your answer
- Бесплатные программы
- What is C programing? Explain your answer
- How will you print “Hello World” without semicolon?
- Is C++ better than C sharp? Explain your answer
- Why C language is introduced? Explain your answer
Practice Mock Test
c programming
the print_numbers function calls itself with n - 1 until n reaches 0. When n is greater than 0, it prints the a rel='nofollow' href="https://geometrydash-lite.io"geometry dash lite/a after the recursive call, which ensures the numbers are printed in ascending order from 1 to 100.