C program to find GCD of two or three numbers using function In this program, I have discussed
Basic Program
Program to find GCD of two or three numbers in C
Program to find the GCD of three numbers in C In this program, I have discussed about how
Complex programs, Functions
C program to check strong number
C program to check strong number In this program, I have discussed about how to check strong number.
Complex programs, Functions
C Program to Find Factorial of a Number Using Recursion
C Program to Find Factorial of a Number Using Recursion In this program, I have discussed about the
Complex programs, Functions
C Program to Calculate the Sum of cos(x) Series.
C program to calculate the sum of cos(x) In this program, I have discussed about the C Program to
Array
C Program To Search An Element In An Array.
C program to search an element in an array. In this program, I have discussed about the C
Patterns
C program to print the pattern
C program to print the pattern In this program, I have discussed about the C program to print
Loops
C Program to Check whether a given Number is Perfect Number
C program to check whether a given number is perfect number In this program, I have discussed about
Complex programs, Switch Case
C Program to Check Whether a Character is a Vowel or Consonant
C Program to Check Whether a Character is a Vowel or Consonant In this program, I have discussed
Complex programs, Loops
C program to reverse a number.
C program to reverse a number In this program, I have discussed about the C program to reverse
Basic Program
Sum of digits program in C
Sum of digits in C In this program, I have discussed about Sum of digits program in C.
Patterns
C program to print the pattern.
C program to print the pattern In this program, I have discussed about the C program to print
Complex programs, Miscellaneous
C Program to Print Prime Numbers upto a given Number
C Program to Print Prime Numbers upto a given Number In this program, I have discussed about the
Complex programs, Loops
C program to print fibonacci series upto n terms
C program to print fibonacci series upto n terms In this program, I have discussed about C program to
Patterns
C program to print the pattern
C program to print the pattern In this program, I have discussed about the c program to print
Complex programs, Miscellaneous
C Program to Convert a Decimal Number to Binary & Count the Number of 1s
C Program to Convert a Decimal Number to Binary & Count the Number of 1s In this program,
Complex programs, Miscellaneous
C program to convert binary number to decimal number.
C program to convert binary number to decimal number. In this program, I have discussed about the C
Complex programs, Miscellaneous
C program to print Pascal Triangle
C program to print Pascal Triangle In this program, I have discussed about the C program to print
Complex programs, Loops
C Program to Check Armstrong Number
C Program to Check Armstrong Number In this program, I have discussed about the C program to check
Basic Program
C Program to Find Factorial of a Number
C Program to Find Factorial of a Number In this program, I have discussed about the C Program to
Basic Program
C program to print the series (1/2)+(3/4)+(5/6)
C program to print the series (1/2)+(3/4)+(5/6)+ (7/8) + (9/10) In this program, I have discussed about the C
Basic Program
printf("%d",printf("%d",printf("%d",printf("Program"))));
What will be the output of printf("%d",printf("%d",printf("%d",printf("Program")))); -------------------------------------------------------------------------- #include<stdio.h> int main() { printf("%d",printf("%d",printf("%d",printf("Program")))); } ---------------------------------------------------------------------------- Output;- Program711
Patterns
C Program to print Floyd's triangle
C Program to print Floyd's triangle In this program, I have discussed about C Program to print Floyd's triangle.
Complex programs, If Else
C program to find the value of y using the equation
C program to find the value of y using the equation In this program, I have discussed about
Complex programs, If Else
C Program to Find the Roots of a Quadratic Equation
C Program to Find the Roots of a Quadratic Equation We will discuss about the C Program to Find
Complex programs, If Else
C program to find grade of a student
C program to find grade of a student A student's grade is calculated in a subject according to
Basic Program
C Program to Check Whether a Number is Even or Odd
C Program to Check Whether a Number is Even or Odd A number is said to an odd
Complex programs, Switch Case
C program to perform addition, subtraction, multiplication and division using switch case
C program to perform addition, subtraction, multiplication and division using switch case In this program, I have discussed
Complex programs, If Else
An electric bill distribution company arranges its domestic consumers as follows
An electric bill distribution company arranges its domestic consumers as follows #include<stdio.h> void main() { float
Basic Program
Area of Triangle using Heron's Formula in C
Area of Triangle using Heron's Formula in C In this program, I have discussed about the Area of Triangle
Basic Program
C Program to Calculate Gross Salary of an Employee
C Program to Calculate Gross Salary of an Employee C program to calculate gross salary of a person.
Basic Program
C Program to calculate electric bill of a consumer- BASIC WAY
C Program to calculate electric bill of a consumer- BASIC WAY In this program I have discussed about
Basic Program
C Program to Calculate Area and Perimeter of Rectangle And Area and Circumference of Circle
C Program to Calculate Area and Perimeter of Rectangle And Area and Circumference of Circle In this program
Basic Program
C Program to Find the Largest Number Among Three Numbers
C Program to Find the Largest Number Among Three Numbers In this program I have discussed about the C
Basic Program
C Program to convert Celsius to Fahrenheit
C Program to convert Celsius to Fahrenheit In this case, I have discussed about the C Program to convert
Basic Program
C program to swap two numbers without using a third variable
C program to swap two numbers without using a third variable In this program, I have discussed about
Basic Program
C Program to Swap Two Numbers
C Program to Swap Two Numbers In this program I have discussed about the C Program to Swap Two
Basic Program
C Program to calculate Area and Circumference of Circle
C Program to calculate Area and Circumference of Circle In this program, I have discussed about the C Program to
Basic Program
C program to perform addition, subtraction, multiplication and division
C program to perform addition, subtraction, multiplication and division In this program, I have discussed about C program to
Subscribe to:
Posts (Atom)