🔒 Closed Turbo c++

Status
Not open for further replies.

KristanC

Honorary Poster
Guys pahelp ako i know basic lang sa inyo to, pero since beginner po ako pahelp po ganito kasi code na binugay ni prof kaso parang mali ata error kasi sa compiler

#include<stdio.h>
#define g gotoxy
int main()
{
clrscr();
printf("Hello);
g (5,2)
printf("I'm Fine");
g (10,3)
printf ("Thank You");

getch();
}
 
#include<stdio.h>
#include<conio.h>
#define g gotoxy
int main()
{
clrscr();
printf("Hello");
g (5,2);
printf("Im Fine");
g (10,3);
printf ("Thank You");

getch();
}
 

Attachments

  • Screenshot_2018-07-18-00-17-27-36.webp
    Screenshot_2018-07-18-00-17-27-36.webp
    8.3 KB · Views: 19
Status
Not open for further replies.

About this Thread

  • 9
    Replies
  • 716
    Views
  • 6
    Participants
Last reply from:
PHC-Sabina

Trending Topics

Online now

Members online
1,112
Guests online
5,351
Total visitors
6,463

Forum statistics

Threads
2,313,450
Posts
29,173,637
Members
1,184,721
Latest member
janjankolero1
Back
Top