This is the place where u can think

Pages

Monday, July 12, 2010

Printf hidden

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

output:dude!welcome here