Sunday, March 18, 2012

print text


print text
# include <stdio.h>
# include <conio.h>
main()
{
clrscr();
printf(“HELLO WELCOME TO Engineerportal”);
printf(“portal for students”);
getch();
}

No comments:

Post a Comment