Gotoxy Dev C++ Example
Gotoxy Dev C++ Example 3,0/5 8780 reviews
|
Gotoxy Dev C Example Free
Gotoxy in C: gotoxy function places cursor at a desired location on screen i.e., we can change cursor position using gotoxy function. Declaration: void gotoxy(int x, int y); where (x, y) is the position where we want to place the cursor. C programming code for gotoxy. Gotoxy function is used in programs to make the cursor move to different positions as it is on a graph, as it divides the output screen into a graph with x and y coordinates and as the user gives both x and y coordinates in the function gotoxy the pointer move to that location and print accordingly.