Can you use the fprintf() to display the output on the screen?
Answer: A
Do like this fprintf(stdout, "%s %d %f", str, i, a);