Name : Ritesh Patnaik
Regd : 2141016249
Roll no : 30
Section : P
OSW Assignment - 1
1. write a C program that will read an integer number and we want to get the square root and cube
of the entered number.
2. write a C program to calculate area of the circle using Pow function.
3. write a C program to find the x value when ax +bx+c=0.
4. write a C program to find the distance between two points.
5. write a C program to add two numbers using function.
6. write a C program to substract two numbers using function.
7. write a C program to swap two numbers using function.
8. write a C program to find perimeter of a square using function.
9. write a C program to find area of the reactangle using function.
10. write a C program to find perimeter of the reactangle using function
11. Write a C program to find the distance between two points using user define function