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

Search this Site

20 Jul 2012

simple c program

#include<stdio.h>     
main()           
{
   printf(" C PROGRAMS BLOG ");   
}

 output: C PROGRAMS BLOG

No comments:

Post a Comment

Thanks for your comments.
-Sameer