Library Functions - Programming

Q1:

Can you use the fprintf() to display the output on the screen?

A Yes

B No

ANS:A - Yes

Do like this fprintf(stdout, "%s %d %f", str, i, a);