Wednesday, 28 March 2018

program to print Hello in 'C'


#include<stdio.h>
void main()
{
clrscr();
printf( "hello");
getchar();
}

1 comment:

Featured post

Kalgudi Interview Round!!

Those who cleared the second round of kalgudi got an email from exceller to complete their Kalgudi Interview Round. So here we will discuss ...