C programming

  • C

C Program To Calculate Area of Rhombus

Lets write a C program to calculate area of a Rhombus using its side and a diagonal. We ask the…

5 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.…

5 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…

5 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…

5 years ago
  • C

C Program To Draw Pyramid of Stars, using While Loop

Lets write a C program to draw / print / display a pyramid / triangle formed from stars, using while…

5 years ago