Q. Output of this statement is :
Code:
printf ( "%d" , printf ( "hello" ) );
β
Correct Answer: (B)
hello5
printf ( "%d" , printf ( "hello" ) );
You must be Logged in to update hint/solution