C Program
- Program to append two array |C program|
- Program to short a string |C Program|
- Program to find the average of prime numbers |C Program|
- Program to find the sum of series |C Program|
- Program to convert 24 hour time into 12 hour time |C Program|
- Program for currency denomination |C Program|
- Program to convert rupee to dollars and dinars and vice versa |C Program|
- Program to swap two numbers |C Program|
- Program to find LCM and HCF of two numbers |C Program|
- Program to check whether the string is palindrome or not |C Program|
- Program to find binary equal of a decimal number |C Program|
- Program to search an element of an array |C Program|
- Program to delete an element of an array |C Program|
- Program to print prime numbers within a limit |C Program|
- Multiplication of two matrix |C Program|
- Addition of two matrix |C Program|
- Program to count number of words in a sentence |C Program|
- Evaluation of postfix expression using array |Data Structure in C|
- Implement insertion sort |Data Structure in C|
- Implement Stack using array |Data Structure in C|
- Implement Stack using linked list |Data Structure in C|
- Implement merge sort |Data Structure in C|
- Implement Queue using linked list |Data Structure in C|
- Program for sort a linked list |Data Structure in C|
- Implement quick sort using array |Data Structure in C|
- Create a singly linked list of N nodes and display it |Data Structure in C|
- Program for binary search |Data Structure in C|
- Program for Linear search |Data Structure in C|
- Check for leap year |C Program|
- Find the armstrong numbers within a given range |C Program|
- Create a pyramid using star(*) |C Program|
- Find the Nth fibonacci number using recursion |C Program|
- Find the factorial of a number |C Program|
- Find the sum of digits and reverse of a number |C Program|