Tuesday 1 October 2013

C PROGRAM TO PRINT "HEHHO"

#include<stdio.h>
void main()
{
printf("HELLO");
getch();
}

No comments:

Post a Comment