Home » C Programming » Library Functions

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

Correct Answer: Yes

Explanation:

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion