Satish

  • C

C Program To Print Floyd’s Triangle

Lets write C program to print Floyd's Triangle, using nested while loop. Floyd's Triangle: is a right angled Triangle formed…

5 years ago
  • C

C program To Check whether a Number is Strong Number or Not

Lets write a C program to check whether user entered number is strong number or not, using nested while loop.…

5 years ago
  • C

C Program to Find Perfect Number using while loop

Lets write a C program to check if user entered number is a perfect number or not, using while loop.…

5 years ago
  • C

C program To Find Area of Right Angled Triangle

Lets write a C program to calculate area of a right angled Triangle, by asking the user to enter its…

5 years ago
  • C

C Program to Find Surface Area and Volume of a Cube

Lets write a C program to calculate Surface area, Volume and Lateral Surface area of a Cube. Related Read: Basic…

5 years ago