program in c to print 1 to 100 without using loop

Answer Posted / guest

using recursion

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is file a keyword in c?

676


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1947


What is the use of in c?

746


How can I automatically locate a programs configuration files in the same directory as the executable?

840


How are pointers declared in c?

784


Describe wild pointers in c?

831


how can I convert a string to a number?

778


How many types of operators are there in c?

796


Tell me about low level programming languages.

857


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1189


What is a stream water?

888


What is ponter?

1007


Explain what is the benefit of using const for declaring constants?

788


Explain how do you generate random numbers in c?

806


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

1054