C EXERCISE

C Exercise

c exercise practice question

Basic C programming exercises

  1. Write a c program to enter two numbers and finf their sum
  2. Write a C program to perform input output of all basic data types
  3. Write a C program to perform arithmetic operations
  4. Write a C program to enter length and breadth of a rectangle and find its Area
  5. Write a C program to find circumference, diameter, and area of circle
  6. Write a C program to find the area of a triangle.
  7. Write a C program to find angles of a triangle if two angles are given
  8. Write a C program to find power of a number using pow function
  9. Write a C program to find square root of a number
  10. Write a C program to enter temperature in Celsius and convert it into Fahrenheit.
  11. Write a C program to calculate Simple Interest
  12. Write a C program to calculate compound interest
  13. Write a C program to find power of any number x ^ y.

Learn CSS