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


Please Help Members By Posting Answers For Below Questions

How can you increase the size of a statically allocated array?

619


What is call by value in c?

559


What is the heap?

687


What are the 5 elements of structure?

569


Why does everyone say not to use scanf? What should I use instead?

682






Do you know null pointer?

612


What is strcmp in c?

601


Explain what is page thrashing?

612


What does emoji p mean?

606


What is extern variable in c with example?

539


Where local variables are stored in c?

558


What do you understand by normalization of pointers?

627


Why malloc is faster than calloc?

593


What is time null in c?

586


Why do we need volatile in c?

749