Assignment 1 Expression
Assignment 1 Expression
August 8, 2019
Program Header
/******************************
* Section 13
* M/c No : 65
* Roll No : 19CS30001
* Name : Foolan Barik
* Assignment No : 1
* Description : Program to find area of a circle
*******************************/
Naming your program
• There will be one C file for each assignment
• Name your C file 13_m_n.c where m is your machine no., and n is the
assignment no. For example,
• 13_12_3a.c if you are sitting in machine no. 12 and this file is for assignment no.
3a
• 13_6_4b.c if you are sitting in machine no. 6 and this file is for assignment no. 4
• Your filename must end with .c for it to work
Assignments
Assignment 1A
(c,d)
(a,b)
Assume that all coordinates entered from the keyboard will be positive
integers. However, the actual coordinates can be real numbers (so the
computed coordinate can be a real number)