width

  • C

C Program To Find Whether Area of Rectangle Is Greater Than Its Perimeter

Given the length and breadth(or width) of a rectangle, write a C program to find whether the area of the…

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

Perimeter of Rectangle: C Program

The length and breadth / width of a rectangle are entered through the keyboard. Write a program to calculate the…

5 years ago
  • C

Area of Rectangle: C Program

The length and breadth / width of a rectangle are entered through the keyboard. Write a program to calculate the…

5 years ago
  • xHtml

Canvas Basics: HTML5

We shall start exploring more about Canvas element of HTML5. It's designed to draw graphics on the fly, using Javascript.…

11 years ago