Menu

Wednesday 2 March 2016

C Program to use printf statement

#include<conio.h>
#include<stdio.h>
void main()
{
 printf("Hello Everyone"); // Here we are using printf statement
getch();
}

No comments:

Post a Comment