View Single Post
Light Poster
11Jun2012,16:39  
vivekgupta's Avatar
#include<stdio.h>
void main()
{
printf("%d",printf("Computer"));
}



has a output = 8

Why ? please explain someone.