Home
About Us
Tutorials
C Programming
C++ Tutorials
Core Java
VB.NET
C#.NET
ASP.NET
Author
Contact
Home
About Us
Tutorials
C Programming
C++ Tutorials
Core Java
VB.NET
C#.NET
ASP.NET
Author
Contact
C Programs
Programs
Basic
Write a program to display sum of two numbers in C
Write program to calculate the area of circle using C
Write program to calculate and display simple interest in C
Write C program to swap two numbers using third variable
Write C program to swap two numbers without using third variable
If Else
Write a program to check whether a number is even or odd in C
Write program to find greatest between two numbers in C
Write a program to check whether a year is leap or not in C
Write program to check whether the given character is vowel or not in C
Write program to display the day name of a week in C
Write program to find greatest between three numbers in C
Write program to display the total days in a month in C
Write program to show days in month in c
Loops
Write program to show factorial in c
Write program to show sum of digits of a number in c
Write program to show reverse of a number in c
Write program to check whether a number is Palindrome or not in c
Write program to display table of given a number in c
Write program to display fibonacci series in C
Write program to check whether a number is prime or not in c
Write program to check whether a number is Armstrong or not in c
Write program to display the gcd (greatest common divisior) of a given number in C
Write program to display the lcd (lowest common divisior) of a given number in c
Write program to display the series of prime number upto n in c
Write program to show sum upto n numbers in c
Array
Write program to display the sum of all elements in array in c
Write a program to double the even values and decrements odd values by 7 in C
Write a program to reverse an array in C
Write a program to find the largest of n number in C
Write a program to merge two arrays of same size in C
Write a program to merge two arrays of different size in C
Write a program to search a number in an array using linear search in C
Write a program to search a number in an array using binary search in C
Write a program to sort an array using Bubble sort in C
Write a program to sort an array using Selection sort in C
Write a program to sort an array using Insertion sort in C
2D Array
Write a program to display sum of two matrices in C
Write a program to transpose matrix in C
Write a program to display product of two matrices in C
String
Write C program to count total number of blank spaces in a string
Write C program to count the length of a string
Write a program to copy one string to another in C
Write a program to compare two strings are same or not in C
Write a program to concatenate two strings in C
Write a program to reverse the string in C
Write a program to check whether a string is palindrome or not in C
File I/O
Write C program to count total number of blank spaces in a file
Write C program to count total number of consonants in a file
Write a program to copy one file to another in C
Write a program to copy all even numbers from one file to another in C
Write a menu driven program in C to add, display, search, update and delete the student record
Programs
C Programs
C++ Programs
Java Programs
Python Programs
Data Structure Programs