sivarajan
8 Nov 2013
c basic for programmers
c basic program for programmers
#include "stdio.h"
void main ( )
{
printf("hello world");
getchar ( );
}
output
hello world
caution:don't forget to put semicolon(;) and download turbo c++ for writing this program
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment