0% found this document useful (0 votes)
12 views15 pages

C Programs Using Functions

Uploaded by

hardik.18.kum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views15 pages

C Programs Using Functions

Uploaded by

hardik.18.kum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

C Programs on Functions

List of Programs
1. Factorial of a Number Using Recursion
2. Find GCD of Two Numbers
3. Fibonacci Series Using Functions
4. Swap Two Numbers Using Call by Reference
5. Prime Number Check Using Function
6. Reverse a String Using a Function
7. Sum of Digits of a Number Using Recursion
8. Check Palindrome Number Using Functions
9. Find Largest Element in an Array Using a Function
10. Check Armstrong Number Using a Function
11. Check Vowel or Consonant Using Function
12. Find Sum of Array Elements Using a Function
13. Check Perfect Number Using Function
1. Factorial of a Number Using Recursion
2. Find GCD of Two Numbers
3. Fibonacci Series Using Functions
4. Swap Two Numbers Using Call by Reference
5. Prime Number Check Using Function
6. Reverse a
String Using a
Function
7. Sum of Digits of a Number Using Recursion
8. Check Palindrome Number Using Functions
9. Find Largest Element in an Array Using a
Function
10. Check Armstrong Number Using a Function
11. Check Vowel
or Consonant
Using Function
12. Find Sum of Array Elements Using a Function
13. Check Perfect Number Using Function

You might also like