Home
About
Contact Us
Privacy Policy
Disclaimer
Terms and Condition
Home
Practice Question and Ans
Company Question
Android Project
Coding Interview Q
SQL
Recursion Programs in C | C++ | Java | Python
Definition of Recursion
:-
Recursion
is a process by which a function calls itself repeatedly directly or cyclically in a chain.
In this article, We will discuss Recursion C/Java/C++/Python Programs with Output.
1.
Write a Program to find the sum of two numbers using recursion.
2.
Write a Program to
find subtraction of two numbers using recursion
.
3.
Write a Program to multiply two numbers using recursion.
4.
Write a Program to divide two numbers using recursion.
5.
Write a Program to find the power of a number using recursion.
6.
Write a Program to find the factorial of a number using recursion.
7.
Write a Program to find the sum of n natural numbers using recursion.
8.
Write a Program to find the sum of digits of a number using recursion.
9.
Write a Program to find the gcd of two numbers using recursion.
10.
Write a Program to find the lcm of two numbers using recursion.
11.
Write a Program to find the Reverse a number using Recursion
.
12.
Write a Program to Print even numbers in a given range using recursion.
13.
Write a Program to Print odd numbers in a given range using recursion.
14.
Write a Program to find the sum of odd numbers using recursion.
15.
Write a Program
to find the sum of even numbers using recursion.
16.
Write a Program to check the given number is Prime or not using recursion
.
17.
Write a Program to print the Fibonacci series using recursion.
18.
Write a Program to find the nth term in the Fibonacci series using recursion.
19.
Write a Program to convert binary to a decimal using a recursive function
.
20.
Write a Program to Convert decimal to binary using recursion
.
21.
Write a Program to print the first 50 natural numbers using recursion.
22.
Write a Program to Find maximum and minimum elements in the array using recursion.
23.
Write a Program to reverse a given string using recursion.
24.
Write a Program to print prime numbers from 1 to n using recursion.
25.
Write a Program to Check if the given number is palindrome or not using recursion.
26.
Write a Program to Check if the given String is palindrome or not using recursion.
27.
Write a Program to Print the multiplication table using recursion.
28.
Write a Program to count the number of digits in a number using recursion
29.
Write a Program to Count the number of zeros in a number using recursion.
30.
Write a Program to Check a given number is an Automorphic number or not using recursion.
31.
Write a Program to check Armstrong's number or not using recursion.
32.
Write a Program to Convert decimal to octal using recursion.
33.
Write a Program to Convert Octal to a decimal using recursion
.
34.
Write a Program to convert a decimal number to hexadecimal using recursion.
35.
Write a Program to print array elements using recursion.
36.
Write a Program to Print array in reverse order using recursion.
37.
Write a program to compute the sum of elements in an array using recursion.
38.
Write a Program to check a strong number or not using recursion.
39.
Write a Program to Find the sum of even numbers using recursion in an array.
40.
Write a Program to Find the sum of odd numbers using recursion in an array.
41.
Write a Program to Implement Linear search using recursion.
42.
Write a Program to Implement Binary search using recursion.
43.
Write a Program to Sort array in descending order using recursion.
44.
Write a Program to Sort array in ascending order using recursion
.
45.
Write a Program to Implement Bubble sort using recursion.
46.
Write a Program to Implement Insertion sort using recursion.
47.
Write a program to copy one string to another using recursion.
48.
Write a recursive function to return the number of uppercase letters in a string.
49.
Write a Program to Find the length of the string using recursion.
50.
Write a Program to print all permutations of a string using recursion.
Post a Comment
1 Comments
Anonymous
December 6, 2021 at 3:31 AM
Thanks a lot!!!!
Reply
Delete
Replies
Reply
Add comment
Load more...
Please do not Enter any spam link in the comment box
Join With Us
Popular Posts
Program to print Square Number series 1 4 9 16...N
February 18, 2020
Program to find the sum of series 1+3+5+7..+N
February 09, 2020
Find out all Spy numbers present within a given range
August 01, 2020
1 Comments
Thanks a lot!!!!
ReplyDeletePlease do not Enter any spam link in the comment box