Codes
Programme Name | Link |
---|---|
C Program to Check Whether a Number is Even or Odd | Click here |
C Program to Check Whether a Character is a Vowel or Consonant | Click here |
C Program to Find the Largest Number Among Three Numbers | Click here |
C Program to Find the Roots of a Quadratic Equation | Click here |
C Program to Check Leap Year | Click here |
C Program to Check Whether a Number is Positive or Negative | Click here |
C Program to Check Whether a Character is an Alphabet or not | Click here |
C Program to Find Factorial of a Number | Click here |
C Program to Generate Multiplication Table | Click here |
C Program to Display Fibonacci Sequence | Click here |
C Program to Find GCD of two Numbers | Click here |
C Program to Find LCM of two Numbers | Click here |
C Program to Display Characters from A to Z Using Loop | Click here |
C Program to Count Number of Digits in an Integer | Click here |
C Program to Reverse a Number | Click here |
C Program to Calculate the Power of a Number | Click here |
C Program to Check Whether a Number is Palindrome or Not | Click here |
C Program to Check Whether a Number is Prime or Not | Click here |
C Program to Check Armstrong Number | Click here |
C Program to Display Armstrong Number Between Two Intervals | Click here |
C Program to Display Factors of a Number | Click here |
C Program to Make a Simple Calculator Using switch...case | Click here |
C Program to Print Pyramids and Patterns | Click here |
C Program to Display Prime Numbers Between Intervals Using Function | Click here |
C Program to Check Prime or Armstrong Number Using User-defined Function | Click here |
C Program to Check Whether a Number can be Expressed as Sum of Two Prime Numbers | Click here |
C Program to Find Factorial of a Number Using Recursion | Click here |
C Program to Find G.C.D Using Recursion | Click here |
C Program to Convert Binary Number to Decimal and vice-versa | Click here |
C Program to Convert Octal Number to Decimal and vice-versa | Click here |
C Program to Reverse a Sentence Using Recursion | Click here |
C program to calculate the power using recursion | Click here |
C Program to Find Largest Element in an Array | Click here |
C Program to Calculate Standard Deviation | Click here |
C Program to Add Two Matrices Using Multi-dimensional Arrays | Click here |
C Program to Multiply Two Matrices Using Multi-dimensional Arrays | Click here |
C Program to Find Transpose of a Matrix | Click here |
C Program Swap Numbers in Cyclic Order Using Call by Reference | Click here |
C Program to Find Largest Number Using Dynamic Memory Allocation | Click here |
C Program to Find the Frequency of Characters in a String | Click here |
C Program to Count the Number of Vowels, Consonants and so on | Click here |
C Program to Remove all Characters in a String Except Alphabets | Click here |
C Program to Find the Length of a String | Click here |
C Program to Concatenate Two Strings | Click here |
C Program to Copy String Without Using strcpy() | Click here |
C Program to Sort Elements in Lexicographical Order (Dictionary Order) | Click here |
C Program to Add Two Distances (in inch-feet system) using Structures | Click here |
C Program to Store Data in Structures Dynamically | Click here |
C Program to Display its own Source Code as Output | Click here |