0% found this document useful (0 votes)
3 views7 pages

C Programming Assignments Solutions

The document contains instructions for 11 programming assignments asking the student to write C programs that perform various math calculations like finding square roots, cubes, areas of shapes, distances between points, and more using functions.

Uploaded by

faujiantony
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views7 pages

C Programming Assignments Solutions

The document contains instructions for 11 programming assignments asking the student to write C programs that perform various math calculations like finding square roots, cubes, areas of shapes, distances between points, and more using functions.

Uploaded by

faujiantony
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like