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