Saturday, March 7, 2009

Exer 2

Exer 2
Output:




#include
#include
#define g gotoxy
void main()
{
clrscr();
char name[10];
g(35,2);
printf("My Autobiography");
g(8,5);
printf("I'm Argie B. Agudo,18 years old and still studying until now in UM.");
printf("I live in Chavez st. Davao City ,My Parents work was ");
printf("buying empty cartridge which means buying ink of computer,");
printf("My father have a small office for his work while My mother is ");
printf("have a small sari-sari store in my house,actually my house is in manila. ");
printf("who those who read thank you so much bye bye.");
getch();
}