Tuesday 27 June 2017

More on printf

What will be the output of following code 

#include

int main()
{

         printf("%d",printf("computer"));

         return (0);

}

1 comment: