This is the place where u can think

Pages

Monday, July 12, 2010

Simple program using printf()

Lets us see the simple program below and analyze the outputs........

#include < stdio.h> 
main()
{
printf("hello! welcome ");
}


output:hello! welcome