What's new

Closed Parun sa turbo c++

Status
Not open for further replies.

KristanC

Eternal Poster
Joined
Jun 15, 2016
Posts
538
Reaction
90
Points
263
Age
24
#include <conio.h>

int main()
{
clrscr();

gotoxy(5,2);
printf("Hello");
gotoxy(10,3);
printf("I'm fine");
gotoxy(15,4);
printf("Thank you");

getch();

}
 
#include<studio.h>
#include<conio.h>
main()
{

printf ("sana marunong din ako ");
getch();
return 0;
}
 
Status
Not open for further replies.
Back
Top