Write a C program to print 1 2 3 ... 100 without using
loops?
Answer Posted / maxerp
In general, by using recursion, since it is the only
alternative to looping constructs
| Is This Answer Correct ? | 11 Yes | 12 No |
Post New Answer View All Answers
How is actual parameter different from the formal parameter?
Is sizeof a keyword in c?
Are pointers integers in c?
When should we use pointers in a c program?
What is meant by realloc()?
How can I discover how many arguments a function was actually called with?
What is #line in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is huge pointer in c?
Explain what is meant by high-order and low-order bytes?
What are the 5 organizational structures?
What is merge sort in c?
What is the purpose of void in c?
Can we declare variables anywhere in c?