Program
Program
No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Program
Write a code to reverse a number
Write the code to find the Fibonacci series upto the nth term.
Write code of Greatest Common Divisor
Write code of Perfect number
Write code to Check if two strings are Anagram or not
Write code Check if the given string is Palindrome or not
Write code to check if two strings match where one string contains wildcard characters
Write a code for bubble sort
How is the merge sort algorithm implemented?
Write to code to check whether a given year is leap year or not.
Write a code for Heap sort.
Write a code to check for the longest palindrome in an array.
Write a code to find the factorial of a number.
Write the code to for Armstrong number
Write a program to find the sum of Natural Numbers
Write a code to find Find the ASCII value of a character
Write a code to Print the smallest element of the array
Write a code to Reverse the element of the array
Write a code to Sort the element of the array
Write a Program to Find out the Sum of Digits of a Number.
Write a Program to Find out the Power of a Number
Write a Program to Find the Largest Element in an Array
Write a Program to check whether a number is prime or not.
Find the largest number among the three numbers
Write a Program in C to Swap the values of two variables without using any extra variable.
Write a Program to Replace all 0’s with 1’s in a Number.
Write a C Program to find the Maximum and minimum of two numbers without using any loop or co
Write a Program to create a pyramid pattern using C.
Program to calculate the length of the string
Program to check even and odd number
g any loop or condition.