C Programs
More C Programs
- C Program To Print Hello World
- C Program to Print Hello World Multiple Times
- C Program for Declaring a variable and Printing Its Value
- C Program to Add Two Numbers
- C program to add two numbers using function
- C Program to check number is even or odd
- C Program to Multiply two Floating Point Numbers
- C Program to Print ASCII Value of a Character
- C Program to Find Quotient and Remainder
- C Program to Print Size of int, float, double and char
- C Program to Swap Two Numbers
- C Program to Swap Two Numbers Using Bitwise Operators
- C Program to Swap two numbers using pointers
- C Program to Swap two numbers without third variable
- C Program to Swap two numbers Using Function
- C Program to Check Given Number is Prime or not
- C Program to Perform Arithmetic Operations Using Switch
- C program to perform addition, subtraction, multiplication and division
- C Program To find factorial of a number
- C Program To Print Multiplication Table Of Given Number
- C Program to Reverse Number Using While Loop and Recursion
- Program to Count Number Of Digits In Number
- C Program to Generate Fibonacci Series
- C Program to Check Armstrong Number
- C Program to Find Greatest Number Among three Number
- C Program to Check Palindrome Number
- C Program to Check Palindrome String
- C Program to find HCF and LCM
- C Program to Find HCF of Two Numbers
- C Program to Find LCM of Two Numbers
- C Program to Find Square Root of a Given Number
- C Program to Find Cube Root of a Given Number
- C Program to Calculate Sum Of Digits In a Number
- C Program to Find Power of a Number
- Buzz Fizz Program in C
- C Program to Check Lower Upper Case
- C Program to Find Factor of a Given Number
- C Program to Print 1 to 10 Without Using Loop
- c program to calculate simple interest
- c program to calculate compound interest
- c program to calculate simple interest using function
- C Program to Generate Random Numbers
- C Program to Print Without Semicolon
- C Program to Convert Number into Word
- C Program to Print a Semicolon Without Using a Semicolon
- C Program to Check Leap Year
- C Program to check vowel or consonant
- C Program to find ncr and npr
- C Program to Check Number is Perfect Or Not
- C Program To Print Perfect number between 1 and given number
- C program to convert days into years, weeks and days
- C program to find power of any number
- C program to enter two angles of a triangle and find the third angle.
- C program to enter 5 subjects marks and calculate percentage.
- C Program to print whether given Number is Happy or not
- C Program to print all Happy Numbers till N
- C program to check number is positive negative or zero
- C program to print date
- C program to get IP address
- C program to shut down or turn off computer
- C Program to Display Day of the month
- C Program to Demonstrate Printf inside Another Printf Statement
- C Program to Add numbers without using arithmetic Operators
- C Program to Count number of digits in number without using mod operator
- C Program to Add reversed number with Original Number
- C Program To Print First 10 Natural Numbers
- C program to calculate sum of n numbers
- C Program to Solve Second Order Quadratic Equation
- C Program to print from 1 to 100 numbers
- C Program to print Alphabets from A to Z
- C Program to Print small Alphabets a to z
- C Program To Count number of vowels in a string
- C Program To find sum of AP series
- C Program To find Sum of GP Series
- C Program to Add Two Numbers using Pointer
- C Program to Print Integer
- C Program to Count the Number of Vowels, Consonants and so on
- C Program to Remove all Characters in a String Except Alphabet
- C Program to Find the Length of a String
- C Program to Copy String Without Using strcpy
- C Program to Concatenate Two Strings Using strcat
- C Program to Sort a String in Alphabetical Order
- C Program to Concatenate Two Strings Without Using strcat
- C Program to Compare Two Strings Without Using strcmp
- C Program to Concatenate Two Strings Using Pointers
- C Program to Reverse a Sentence Using Recursion
- C Program to Insert an Element in an Array
- C Program For Merging Of Two Arrays
- C Program to Calculate Average Using Arrays
- C Program to Find Maximum Element in Array
- C Program to Find Minimum Element in Array
- C Program to Reverse an Array
- C Program to Access Elements of an Array Using Pointer
- C Program to Insertion Sort Using Array
- C Program to Delete an Element from an Array
- C Program to Print Pascal Triangle
- C Program to Create Floyd’s Triangle
- C Program to Create Pyramid
- C Program to Print Diamond Pattern
- C Program to Print Star Pattern
- C Program to Merge Two Files Into Third File
- C Program to Copy Files Content From One to Other
- C Program to Delete a File from computer
- C Program to Count Number of Lines in a Text File
- C Program to Replace a Specific Line in a Text File
- Program to find given no is Prime or not
- C Program to implement Bucket sort Algorithm
- C Program to implement HEAP sort Algorithm
- C Program to implement Insertion sort Algorithm
- C program to implement MERGE sort Algorithm
- C Program to implement Selection sort Algorithm
- C Program to implement Bubble sort Algorithm
- C Program to implement Radix sort Algorithm
- C Program to implement Shell sort Algorithm
- C Program to find number is even or odd
- C Program to Sort Word in String in Ascending Order
- C Program to Check Leap Year or Not
- C Print Series upto n Term
- C Program to Round off Floating point Number
- C Program to Print Sum of Even & Product of Odd Digit
- C Program to Calculate Telephone Call Bills
- C Program to Print Second Largest & Second Smallest Array Element
- C Program to Add Subtract Multiply Divide
- C Program to Add n Numbers
- C Program to Find LCM & HCF
- C Program to Print Number in Words
- C Program to Print Next Successive Character
- C Program to Print Sum of Digit in given Number
- C Program to count Characters with and without Space
- C Program to sort Word in String in Descending Order
- C Program to Find Common Elements in Two Array
- C Program to count Characters, Spaces, Tabs, Newline in a File
- C Program to remove all extra Spaces from String
- C Program to Calculate Purchase Amount to be Paid after Discount
- C Program to Calculate Bonus & Gross using Basic Salary
- C Program to find Smallest of Two Numbers
- C Program to find Smallest of Three Numbers
- C Program to calculate Charges for Sending Parcels as per Weight
- C Program to Find Total Number of Digit in a Given Number
- C Program to Calculate Wage of Labor on Daily Basis
- C Program to Calculate Arithmetic Mean
- C Program to Count Positive Negative Zero
- C Program to Find HCF of n Numbers
- C Program to Find LCM of n Numbers
- C Program to Print Odd Numbers in Array
- C Program to Print Even Numbers in an Array
- C Program to Count Even Odd
- C Program to Check Vowel or Not
- C Program to Check Alphabet or Not
- C Program to Sort Names in Alphabetical Order
- C Program to Print Content of File in Reverse Order
- C Program to Print Good Morning Evening Night according to Time
- C Program to Print Array Elements at Odd Position
- C Program to replace all Vowels in String with given character
- C Program to Print Prime Numbers
- C Program to Print Array Elements at Even Position
- C Program to Sort a String
- C Program to print Address of Variable
- C Program to Pass Array to Function
- C Program to Convert Kilogram to Gram
- C Program to Convert Inches to Centimeters
- C Program to Convert Hexadecimal to Octal
- C Program to Convert Hexadecimal to Decimal
- C Program to Convert Hexadecimal to Binary
- C Program to Convert Octal to Hexadecimal
- C Program to Convert Octal to Binary
- C Program to Convert Binary to Octal
- C Program to Convert Binary to Decimal
- C Program to Convert Decimal to Octal
- C Program to Convert Octal to Decimal
- C Program to Convert Binary to Hexadecimal
- C Program to Convert Decimal to Hexadecimal
- C Program to Convert Decimal to Binary
- C Program to Print Diamond Pattern
- C Program to find Largest Element in Matrix
- C Program to Print Sum of Each Row and Column of given Matrix
- C Program to find Area & Perimeter of Rectangle
- C Program to find Area & Circumference of Circle
- C Program to Sum All Matrix Elements
- C Program to Multiply Two Matrices
- C Program to Check Anagram or Not
- C Program to Remove Spaces from String
- C Program to Delete Word from String
- C Program to Delete Vowels from String
- C Program to find Area & Perimeter of Square
- C Program to Interchange Numbers
- C Program to Generate Armstrong Numbers
- C Program to Check Reverse equal Original
- C Program to Implement Binary Search
- C Program to Implement Linear Search
- C Program to Get Input from User
- C Program to Encrypt & Decrypt a File
- C Program to List Files in Directory
- C Program to Copy a File
- C Program to Read & Display File
- C Program to Read a File
- C Program to Write Content to File
- C Program to Swap Two Strings
- C Program to Print Smiling face
- C Program to Copy String
- C Program to Concatenate Two Strings
- C Program to Compare two Strings
- C Program to find Characters in a String
- C Program to find All Occurrence of a Character in a String
- C Program to Find Frequency of each Character in a String
- C Program to Count Alphabets, Digits and Special Characters in a String
- C Program to Count Vowels, and Consonants in a String
- C Program to Counting All Occurrence of a Character in a String
- C Program to Count Total Number of Words in a String
- C Program to Find First Occurrence of a Character in a String
- C Program to Find Last Occurrence of a Character in a String
- C Program to Find First Occurrence of a Word in a String
- C Program to Check Whether Character is Uppercase or Not
- C Program to Check the Character is Lowercase or Uppercase Alphabet
- C Program to Check Character is Lowercase or Not
- C Program to Check Character is Alphabet Digit or Special Character
- C Program to check character is a digit or not using IsDigit function
- C program to calculate LCM of Two Numbers
- C Program to Convert Character to Lowercase
- C Program to Convert Character to Uppercase
- C Program to find the Leap Year
- C program to Calculate Cube of a Number
- C Program for Average of Two Numbers
- C Program to find the ASCII Value of Total Characters in a String
- C Program to check Character is Alphabet or Digit
- C program to find ASCII Values of all Characters
- C Program to Convert Centimeter to Meter and Kilometer
- C Program to convert Fahrenheit to Celsius
- C Program to Convert Celsius to Fahrenheit
- C program to check Strong Number
- C program to Check Number is a Prime, Armstrong, or Perfect Number
- C Program to find Square of a Number
- C Program to find Sum of Even Numbers from 1 to n
- C Program to find Sum of Odd Numbers from 1 to n
- C Program to print Odd Numbers from 1 to N
- C Program to Print Even Numbers from 1 to N
- C program to Reverse a Number
- C program to find Sum of N Natural Numbers
- C program to calculate Sum and Average of N Numbers
- C Program for Total, Average, and Percentage of Five Subjects
- C program for Simple Calculator
- C program to print Natural Numbers from 1 to N
- C program to Convert String to Uppercase
- C program to Convert String to Lowercase
- C Program to find Largest of Two Numbers
- C Program to find Largest of Three Numbers
- C Program to Print an Integer, Character, and Float Value
- C Program to find the size of int, float, double, and char
- C Program to Remove Last Occurrence of a Character in a String
- C Program to Remove First Occurrence of a Character in a String
- C Program to Find Maximum Occurring Character in a string
- C Program to Find Minimum Occurring Character in a String
- C Program to Removing All Occurrences of a Character in a String
- C Program to Replace Last Occurrence of a Character in a String
- C Program to Replace First Occurrence of a Character in a String
- C Program to Replacing All Occurrence of a Character in a String
- C program to Print Sandglass Number Pattern
- C Program to Print K Shape Number Pattern
- C Program to Print Same Alphabet in each Right Triangle Column
- C Program to print Square Number Pattern
- C Program to Print Same Numbers in Rows and Columns
- C Program to Print a Square where each row contains one Number
- C Program to Print Triangle Alphabets Pattern
- C Program to Print Right Triangle Number Pattern
- C Program to Print Numeric Right Triangle Pattern 2
- C Program to Print Numeric Right Triangle Pattern 3
- C Program to Print Inverted Right Triangle Number Pattern
- C Program to Print Right Triangle of Incremented Numbers
- C program to print Right Triangle of Numbers in Decreasing order
- C Program to Print Consecutive Row Numbers in Right Triangle
- C Program to Print Consecutive Column Numbers in Right Triangle
- C program to print 1 and 0 in Alternative Columns
- C Program to Print 1 and 0 in Alternative Rows
- C Program to Print Hollow Box Number Pattern
- C program to Print Box Number Pattern of 1 and 0
- C Program to Print K Shape Alphabets Pattern
- C program to Swap First and Last Digit of a Number
- C program to find Sum of First and Last Digit of a Number
- C program to print First and Last Digit of a Number
- C program to print Last Digit of Number
- C Program to Print Hollow Square Star Pattern
- C Program to Print Hollow Square Pattern With Diagonals
- C Program to Print Square Star Pattern
- C Program to Print X Star Pattern
- C Program to Print Mirrored Rhombus Star Pattern
- C Program to Print Hollow Rhombus Star Pattern
- C Program to Print Hollow Mirrored Rhombus Star Pattern
- C program to find Number is Divisible by 5 and 11
- C Program to Reverse Order of Words in a String
- C Program to Reverse a String
- C Program to Toggle Case of all Characters in a String
- C Program to Remove All Duplicate Characters in a String
- C Program to Implement Quick Sort Algorithm
- C Program to Find Unique Elements in an Array
- C Program to find Sum of Even and Odd numbers in a Given Range
- C Program to Find Sum of Even and Odd Numbers in an Array
- C Program to Find Sum of all Elements in an Array
- C Program to Sort Array in Ascending Order
- C Program to Sort Array in Descending Order
- C example to Count Even and Odd Numbers in an Array
- C Program to find the Number of Elements in an Array
- C Program to Perform Arithmetic Operations on One Dimensional Array
- C Program to Perform Arithmetic Operations on Multi-Dimensional Arrays
- C Program to Swap Two Arrays Without Using Temp Variable
- C example to Copy an Array to another
- C Program to Count Total Number of Duplicate Elements in an Array
- C Program to Find Smallest Number in an Array
- C Program to Find Second largest Number in an Array
- C Program to Search for Element in an Array.
- C Program to Reverse an Array
- C Program to Put Even and Odd Numbers in two Separate Arrays
- C Program to Print Negative Numbers in an Array
- C Program to Put Positive and Negative Numbers in two Separate Arrays
- C Program to Print Positive Numbers in an Array
- C Program to Find Largest and Smallest Number in an Array
- C Program to Print Elements in an Array
- C Program to Find Largest Number in an Array
- C Program to Merge Two Arrays
- C Program to Find Length or Size of an Array
- C Program to Delete Duplicate Elements from an Array
- C example Count Positive and Negative Numbers in an Array
- Count Frequency of each Element in an Array
- C program to print Prime Numbers from 1 to 100
- C Program to Find Number of Days in a Month
- C Program to find the Day Name of a Week
- C Program to Convert Days to Years Weeks and Days
- C Program to find Total Notes in a Given Amount
- C program, to calculate Product of Digits of a Number
- C program to print Natural Numbers in Reverse Order
- C program to find NCR Factorial of a Number
- C program to find Gross Salary of an Employee
- C Program to accept User Input and Print
- C Program to Print Rhombus Star Pattern
- C Program to Print Hollow Inverted Mirrored Right Triangle Star Pattern
- C Program to Print Inverted Mirrored Right Triangle Star Pattern
- C Program to Print Hollow Inverted Right Triangle Star Pattern
- C Program to Print Inverted Right Triangle Star Pattern
- C Program to Print Hollow Mirrored Right Triangle Star Pattern
- C Program to Print Mirrored Right Triangle Star Pattern
- C Program to Print a Square where each column contains one Number
- C Program to convert Kilometer to Meter Centimeter and Millimeter
- C program to calculate Generic Root of a Number
- C program to calculate GCD of Two Numbers
- C program to Calculate Electricity Bill
- C program to print First Digit of Number
- C Program to Print 1 to 100 without using Loop
- C Program for Positive or Negative Number
- C Program to find Roots of a Quadratic Equation
- C Program to find Student Grade
- C Program to Calculate Standard Deviation
- C program to find Profit or Loss
- C Program to Find Find Area of an Equilateral Triangle
- C Program to Find Area of a Right Angled Triangle
- C Program to Print Reversed Mirrored Right Triangle
- C Program to Find Diameter, Circumference, and Area of a Circle
- C Program to Find the Area of a Circle
- C Program to Find Area of a Triangle
- C Program to Find Volume and Surface Area of a Cone
- C Program to Find Volume and Surface Area of a Cuboid
- C Program to Find Volume and Surface Area of a Cylinder
- C Program to Find Volume and Surface Area of a Cube
- C Program to Find Volume and Surface Area of Sphere
- C Program to Find Area of a Trapezoid
- C Program to Find Area of a Parallelogram
- C Program to Find Area of a Rectangle using Length and Width
- C Program to Find Area of Rectangle
- C Program to Find Area of an Isosceles Triangle
- C Program to Find Area of a Triangle using Base and Height
- C Program to Find Area of a Rhombus
- C Program to Find Perimeter of a Rhombus
- C Program to Find Perimeter of a Rectangle using Length and Width
- C Program To Print Hollow Rectangle Star Pattern
- C Program to Print Rectangle Star Pattern
- C Program to Print Floyd’s Triangle
- C Program to Print Right Angled Triangle Star Pattern
- C Program to Print Hollow Right Triangle Star Pattern
- C Program to Print Right Triangle Alphabets Pattern
- C Program to Find Angle of a Triangle if two angles are given
- C Program to Use Angles to check Triangle is valid or Not
- C Program to Use Sides to check Triangle is Valid or Not
- C Program to Check Triangle is Equilateral Isosceles or Scalene
- C Program to Print Right Arrow Star Pattern
- C Program to Print Plus Star Pattern
- C Program to Print Inverted Pyramid Star Pattern
- C Program to Print Hollow Inverted Star Pyramid
- C Program to Print Hollow Pyramid Star
- C Program to Print Pyramid Star Pattern
- C Program to Print Fibonacci Series Program
- C Program to Find Nth Fibonacci Number
- C Program to Print Left Arrow Star Pattern
- C Program to Print Half Diamond Star Pattern
- C Program to Print Mirrored Half Diamond Star Pattern
- C Program to Print Diamond Star Pattern
- C Program to print exponentially Increasing Star Pattern
- C Program to Find Sum of Arithmetic Progression Series
- C Program to Find Sum of Geometric Progression Series
- C Program to Find Sum of series 1³+2³+3³+….+n³
- C Program to Find Sum of series 1²+2²+3²+….+n²
- C Program to Pass Pointers as the Function Arguments
- C Program to find Upper Triangle Matrix
- C Program to Find Transpose Of a Matrix
- C Program to Find Sum of Upper Triangle Matrix
- C Program to Find Sum of Lower Triangle Matrix
- C Program to Find Sum of Opposite Diagonal Elements in a Matrix
- C Program to check Matrix is a Symmetric Matrix
- C Program to Check Two Matrices are Equal or Not
- C Program to find Sum of Diagonal Elements of a Matrix
- C Program to check Matrix is an Identity Matrix
- C Program to Check Matrix is a Sparse Matrix
- C Program to find Lower Triangle Matrix
- C Program to Interchange Diagonals of a Matrix
- C Program to Subtract Two Matrices
- C Program to add two Matrices
- C Program to Find Sum of each column in a Matrix
- C Program to Find sum of each row in a Matrix
- C Program to Find Sum of each and every Row and Column in a Matrix
- C Program to Perform Scalar Matrix Multiplication
- C Program to Determinant of a Matrix