List of Programs
- The First C Program
- Use of new line character (\n)
- Use of all format specifiers
- Use of Arithmetic operators
- Program to illustrate type demotion
- Explicit Conversion of integer to float
- Explicit Conversion of floats to integer
- Program to interchange the constants of num1 and num2.
- The sizeof operator program
- Bitwise logical Operators program
- Program to check whether the number is equal to 10 or not using conditional operator
- Calculating Area and Perimeter of Circle (Use const Keyword)
- Program for check whether number equal to 10.
- Program for check whether number greater than 10 and less than 20.
- Program to check whether the number is equal to 10 or not
- Program to check the validity of a Triangle
- Program to check whether the number is Even or Odd
- Program to check whether the year leap year or not
- Divisibility Test
- Program to input number of week's day and translate to its equivalent name of the day
- Program to find roots of quadratic equation
- Program to translate to its equivalent name of the month (1 - January 2 -February------12 - December)
- Program to check vowels
- Program to print numbers from 1 to 10 using goto statement
- Program to check whether numbers is even or odd using to goto statement
- Program to print numbers from 1 to 10
- Program to print numbers square from 1 to 10
- Program to print cprogramminginhindi 10 times
- Program to print numbers from 10 to 1
- Program to find sum of numbers from 1 to 10
- Program to find Factorial of a number
- Program to find sum of even series (2+4+6.....................+20)
- Program to print the numbers of Fibonacci series
- Base Exponent program
- Program to print this pattern of numbers
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5 -
11 21 2 31 2 3 41 2 3 4 5
-
1. Addition2. Subtraction3. Multiplication4. Division5. Modulus
- program to calculate the factorial of a number through function
- Program to calculate factorial using recursion
- Program base exponent using recursion
- Program to find maximum & minimum value
No comments:
Post a Comment