I am too confused with console screen. I am not able to figure out how to move cursor to random position. This is my code:
#include<iostream>
#include<conio.h>
main()
{
cout<<"Hello World";
return 0;
}
I want to move cursor to random position, not at the beginning after pressing Enter.