x-axis

  • C

C Program To Check In Which Quadrant The Point Lies

Lets write a C program to determine the position of point(x,y) on the graph of x and y axis. Important:…

4 years ago
  • C

C Program To Check If Point Lies on x-axis or y-axis or Origin

Given a point (x, y), write a C program to find out if it lies on the x-axis, y-axis or…

4 years ago
  • C

C Program To Check If Three Points Are On One Straight Line

Given three points (x1, y1), (x2, y2) and (x3, y3), write a C program to check if all the three…

4 years ago
  • xHtml

Draw Rectangle: HTML5 Canvas

This video tutorial illustrates the drawing of rectangle with styling. Tutorial Includes: Drawing rectangle. Specifying x-axis and y-axis for drawing…

11 years ago