gotoxy() function in c++

What is gotoxy() function? gotoxy() function in C++  is used to place the position of the cursor at the required position on the screen. You can pass the x and y coordinates to the function, based on which function decides the desired position of the cursor on the screen to print the required output message. … Read more