Problem State: Write macro definitions with arguments for calculation of area and perimeter of a triangle, a square and a…
Lets write a C program to calculate area and circumference or perimeter of a Circle using pointer and function. Related…
Given the length and breadth(or width) of a rectangle, write a C program to find whether the area of the…
Lets write a C program to calculate area, perimeter and diagonal of a square by using length of its side.…
Given the sides of the Triangle, write a C program to calculate Perimeter and Area of a equilateral Triangle. Related…