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?
- 5114 दृश्य
- 3 उत्तर
3 उत्तर
- What is structured programming?
- How will you print “Hello World” without semicolon?
- What are jump statements in c language?
- Should I learn C before C++? Explain your answer
- Is C++ better than C sharp? Explain your answer
- What site is the best video tutorial website for learning C programming?
- Left Shift and Right Shift Operators in C
- Who invented C C++ and Java? Explain your answer
- What is difference between C C++ and Java?
- Write a program to read the marks of 50 students in a class and display the following:
मॉक परीक्षण अभ्यास के लिए
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.