y
point
public
int y
EX1
void point_y_ex1() { point pt(2, 3); printf("x = %d y = %d\n", pt.x, pt.y); }
y coordinate of the point
origin.h