.NET \ JAVA TUTORIAL
Pages
Home
Ebooks download
Interview Question
Web Application
Core Java
Sunday, 20 October 2013
Hello World in C
#include<stdio.h>
#include<conio.h>
void main()
{
printf("Welcome to the C tutorials");
getch();
}
OUTPUT:- Welcome to the C tutorials
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment