adplus-dvertising
frame-decoration

Question

Printf("%d"printf("tim"));

a.

Result in a syntax error

b.

Outputs tim3

c.

Outputs garbage

d.

Prints tim and terminate abruptly

Posted under C Programming

Answer: (b).Outputs tim3

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Printf("%d"printf("tim"));