Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Library Functions
Can you use the fprintf() to display the output on the screen?
Yes
Show Answer
Correct Answer:
Yes
Explanation:
Do like this
fprintf(stdout, "%s %d %f", str, i, a);
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment