This website completely moved to new platform. For latest content, visit www.programmingposts.com

Search this Site

16 Jun 2013

SIMPLE C PROGRAM / FIRST C PROGRAM


#include<stdio.h>     
main()           
{
   Printf(“ C PROGRAMS BLOG ”);   
}

 output: C PROGRAMS BLOG

No comments:

Post a Comment

Thanks for your comments.
-Sameer