Simple Programs in C language
- “Hello, World!” Program in C Language
- C Program to take input from users and print
- C Program to Add or Subtract two Integers
- C Program to Multiply and Divide Two Numbers
- C Program to Find Size of int, float,double, char, structure
- C Program to Find ASCII Value of Character
- C Program to Check Even or Odd Number
- C Program to Swap two numbers
- How to find square of Number in C language
- C Program to Calculate Compound Interest
- C Program to Calculate Simple Interest
- C program to find area of circle
- C program to find power of a number
- C program to convert Fahrenheit to celsius
- C program to convert days to years weeks and days
- C program to find area of Rectangle |traingle
- C program to convert Celsius to Fahrenheit
- Menu-driven Program in C using switch case
- Simple C Program to Print Menu with Sub-Menu
- How to validate an IP address
- C Program to Check if date is valid or not
- How to find Binary Addition and Subtraction in C
- How to print a table of numbers from 1 to 20
- Simple digital clock program in C
- C Program for EMI Calculator
File Handling in C language
- How to Read text File word by word in C
- How to Read File Line by Line in C
- How to count words in a text file in C
- How to get File Size timestamp access status in C
- How to check if File Exists in C Language
Pattern Program in C Language
- Print square Pattern in C language
- Print square pattern of Character in C
- Print square of upper-case char Horizontally|Vertically
- Print square Pattern of Upper & Lower Case character in C
- Print Diagonal Numbers Pattern in C
- C Programs to print Half start Pyramid
- C Program to Print Floyd’s Triangle
- Print half and full start pyramid pattern in C
- C Programs to Print Full start Pyramid Pattern
- Print Full Pyramid pattern of Number in C
C Pointer
- How to Create Initialize and use pointers in C
- C program to swap two numbers using pointers
- C program to access array elements using pointers
- How to swap two arrays using pointers in C
- C program to reverse an array using pointers
- How to copy one array to another using pointer in C
- How to access a 2D array using pointers in C
- How to add two matrices using pointers in c
- How to Multiply two matrices using pointers in C
- How to use Function Pointer in C
- C Program to Find Sum and average in Range using Pointer
- How to find Largest among three numbers using pointer
- How to Find Area of circle using Pointers in C
- How to Subtract two numbers using pointers
- How to Multiply two numbers using pointers
- How to Divide two numbers using pointers in C
Array in C Language
- Different ways to declare array in C
- How to Iterate through an Array in C
- C Program to search an element in an array
- Search an element by index in C array | Example code
- How to find Second min and max value in C Array
- Find Largest and Smallest element in Array by index in C
- C Program to reverse an array using another array
- C program to find sum of array elements
- How to Reverse Array in C
- How to Declare an array of Strings in C
String in C language
- How to Convert int to string in C
- How to Get Substring in C
- How to convert String to Integer in C
- C Program to Print a String
- How to Find String Length in C
- How to concatenate Strings in C
- How to count a character occurrence in C string
- C Program to Swap two equal Strings
- C Program to Reverse a String
- C program to count vowels and consonants in string
- Convert String to Uppercase in C
- Convert String to Lowercase in C
- C program to convert Octal to Binary number
C Type Conversion
- C program to convert Decimal to Binary number
- C program to convert Decimal to Octal number
- C program to convert Octal to Hexadecimal number
- C program to convert Octal to Decimal number
- C program to convert Binary to Hexadecimal number
- C program to convert Binary to Decimal number
- C program to Convert Binary to Octal number
- C program to find twos complement of binary number
- C Program to find One’s Complement of a Binary number
- C program to convert Hexadecimal to Decimal number
- C program to convert Hexadecimal to Binary number
- C program to convert Decimal to Hexadecimal