C Programming - Library Functions - Discussion
Discussion Forum : Library Functions - General Questions (Q.No. 7)
7.
Can you use the fprintf() to display the output on the screen?
Answer: Option
Explanation:
Do like this fprintf(stdout, "%s %d %f", str, i, a);
Discussion:
15 comments Page 2 of 2.
Sri said:
1 decade ago
What is the difference between printf() and fprintf()?
Diya said:
1 decade ago
Stdout is a special file pointer.
ABDUL said:
1 decade ago
In which library this function exists ?
Riya said:
1 decade ago
stdout stands for standard output
Satish said:
1 decade ago
What is stdout, is it keyword ?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers