Tuesday, February 10, 2009

CS121 Exercises

Output:
Exer1


#include
#include

void main()
{
clrscr();
printf("HeLLo WorLd!! WeLcomE to the WORLD of PROGRAMMING!! �");
getch();
}

No comments:

Post a Comment