🔒 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
  • 712
    Views
  • 6
    Participants
Last reply from:
PHC-Sabina

Trending Topics

Online now

Members online
1,480
Guests online
2,981
Total visitors
4,461

Forum statistics

Threads
2,299,196
Posts
29,128,560
Members
1,201,828
Latest member
rcastro0123
Back
Top