This is the place where u can think

Pages

Monday, July 12, 2010

is it printf

#include<stdio.h>
main()
{
printf("length=%d",printf("dude!"));
}

output:dude!lenght=5

hint:here the second printf returns the text length given in it