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
Explain how can you tell whether a program was compiled using c versus c++?
What is difference between function overloading and operator overloading?
What does c mean in basketball?
What are structure members?
What is int main () in c?
Explain the bubble sort algorithm.
Was 2000 a leap year?
Explain what is the concatenation operator?
What is meant by high-order and low-order bytes?
How to draw the flowchart for structure programs?
Why is not a pointer null after calling free?
What is a pointer in c?
What is #error and use of it?
Write a code of a general series where the next element is the sum of last k terms.
show how link list can be used to repersent the following polynomial i) 5x+2