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