i make that program but this program is giving an error please debug the error
#include <conio.h>
#include <stdio.h>
int main()
{
int i;
printf("This is the first line.\n");
gotoxy(10,4);
printf("This is the second line.\n");
gotoxy(20,8);
printf("And this is line 3.\n");
return 0;
}
Thanks,,....