square

  • C

Using Macros Find Area and Perimeter of Triangle, Square, Circle: C Program

Problem State: Write macro definitions with arguments for calculation of area and perimeter of a triangle, a square and a…

4 years ago
  • C

C Program To Find Sum of Squares of Digits using Recursion

Write a C program to find sum of squares of digits of a positive integer number input by the user,…

4 years ago
  • C

C Program To Calculate Perimeter, Diagonal of a Square using its Side

Lets write a C program to calculate area, perimeter and diagonal of a square by using length of its side.…

4 years ago
  • C

C Program To Calculate Area of a Square using its Diagonal

Lets write a C program to find area of a square by using length of its diagonal. We ask the…

4 years ago
  • C

C Program To Calculate Area of a Square using its Side

Lets write a C program to find area of a square by using length of its side. We ask the…

4 years ago