Tuesday, July 05, 2005

Programming 101

#include "presidentOffice";
#include "comelec";

void hello (str name)
{
printf("Hello %s...", name);
}

void main (void)
{
clrscr();
hello("Garci");
return 0;
}

0 Comments:

Post a Comment

<< Home