This is the place where u can think
The ultimate LOGIX
Pages
Home
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
Newer Post
Home