c
  1. c
Image Description
Published on:
Math Functions in C
Command Line Arguments in C
C Programs

c "Hello World" Program

c Program to Print an Integer (Entered by the User)

c Program to Add Two Integers

c Program to Multiply Two Floating-Point Numbers

c Program to Find ASCII Value of a Character

c Program to Compute Quotient and Remainder

c Program to Find the Size of int

c float

c double and char

c Program to Demonstrate the Working of Keyword long

c Program to Swap Two Numbers

c Program to Check Whether a Number is Even or Odd

c Program to Check Whether a Character is a Vowel or Consonant

c Program to Find the Largest Number Among Three Numbers

c Program to Find the Roots of a Quadratic Equation

c Program to Check Leap Year

c Program to Check Whether a Number is Positive or Negative

c Program to Check Whether a Character is an Alphabet or not

c Program to Calculate the Sum of Natural Numbers

c Program to Find Factorial of a Number

c Program to Generate Multiplication Table

c Program to Display Fibonacci Sequence

c Program to Find GCD of two Numbers

c Program to Find LCM of two Numbers

c Program to Display Characters from A to Z Using Loop

c Program to Count Number of Digits in an Integer

c Program to Reverse a Number

c Program to Calculate the Power of a Number

c Program to Check Whether a Number is Palindrome or Not

c Program to Check Whether a Number is Prime or Not

c Program to Display Prime Numbers Between Two Intervals

c Program to Check Armstrong Number

c Program to Display Armstrong Number Between Two Intervals

c Program to Display Factors of a Number

c Program to Make a Simple Calculator Using switch...case

c Program to Display Prime Numbers Between Intervals Using Function

c Program to Check Prime or Armstrong Number Using User-defined Function

c Program to Check Whether a Number can be Expressed as Sum of Two Prime Numbers

c Program to Find the Sum of Natural Numbers using Recursion

c Program to Find Factorial of a Number Using Recursion

c Program to Find G.C.D Using Recursion

c Program to Convert Binary Number to Decimal and vice-versa

c Program to Convert Octal Number to Decimal and vice-versa

c Program to Convert Binary Number to Octal and vice-versa

c Program to Reverse a Sentence Using Recursion

c program to calculate the power using recursion

c Program to Calculate Average Using Arrays

c Program to Find Largest Element in an Array

c Program to Calculate Standard Deviation

c Program to Add Two Matrices Using Multi-dimensional Arrays

c Program to Multiply Two Matrices Using Multi-dimensional Arrays

c Program to Find Transpose of a Matrix

c Program to Multiply two Matrices by Passing Matrix to a Function

c Program to Access Array Elements Using Pointer

c Program Swap Numbers in Cyclic Order Using Call by Reference

c Program to Find Largest Number Using Dynamic Memory Allocation

c Program to Find the Frequency of Characters in a String

c Program to Count the Number of Vowels

c Consonants and so on

c Program to Remove all Characters in a String Except Alphabets

c Program to Find the Length of a String

c Program to Concatenate Two Strings

c Program to Copy String Without Using strcpy()

c Program to Sort Elements in Lexicographical Order (Dictionary Order)

c Program to Store Information of a Student Using Structure

c Program to Add Two Distances (in inch-feet system) using Structures

c Program to Add Two Complex Numbers by Passing Structure to a Function

c Program to Calculate Difference Between Two Time Periods

c Program to Store Information of Students Using Structure

c Program to Store Data in Structures Dynamically

c Program to Write a Sentence to a File

c Program to Read the First Line From a File

c Program to Display its own Source Code as Output

c Program to Print Pyramids and Patterns