Q. What will be the output of the following statement ?
Code:
printf( 3 + “goodbye”);
β
Correct Answer: (B)
dbye
printf( 3 + “goodbye”);
You must be Logged in to update hint/solution