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?
Yes
No
Answer: Option
Explanation:
Do like this fprintf(stdout, "%s %d %f", str, i, a);
Discussion:
15 comments Page 2 of 2.

ABDUL said:   1 decade ago
In which library this function exists ?

Krinta said:   1 decade ago
Stdout points to which default file ?

Riya said:   1 decade ago
stdout stands for standard output

Diya said:   1 decade ago
Stdout is a special file pointer.

Satish said:   1 decade ago
What is stdout, is it keyword ?


Post your comments here:

Your comments will be displayed after verification.