Discussion :: Library Functions
-
Can you use the fprintf() to display the output on the screen?
Answer : Option A
Explanation :
Do like this fprintf(stdout, "%s %d %f", str, i, a);
Be The First To Comment