C Programming - Library Functions - Discussion
|
|
|
|
Read more:"Forgiveness is a virtue of the brave."
- Indira Gandhi
|
| 7. |
Can you use the fprintf() to display the output on the screen? |
Answer: Option B
Explanation:
Do like this fprintf(stdout, "%s %d %f", str, i, a);
|
|
Satish said:
(Thu, Mar 31, 2011 09:35:42 AM)
|
|
| |
| What is stdout, is it keyword ? |
|
Riya said:
(Fri, Apr 29, 2011 10:25:03 PM)
|
|
| |
| stdout stands for standard output |
|
Abdul said:
(Mon, Jul 25, 2011 12:33:32 PM)
|
|
| |
| In which library this function exists ? |
|
Diya said:
(Tue, Aug 2, 2011 09:14:13 PM)
|
|
| |
| Stdout is a special file pointer. |
|
Sri said:
(Tue, Dec 6, 2011 02:06:41 PM)
|
|
| |
| What is the difference between printf() and fprintf()? |
|
|