Identify the correct argument for the function call fflush
() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / vinay
BOTH A AND B
The function fflush() clears the buffer associated with a
specified input/output device(stdin or stdout).
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Do you know the purpose of 'register' keyword?
Explain what is the difference between functions getch() and getche()?
What are the three constants used in c?
Explain how do you determine whether to use a stream function or a low-level function?
What is the use of define in c?
What is the difference between #include
Can we access the array using a pointer in c language?
Explain do array subscripts always start with zero?
When we use void main and int main?
What do you know about the use of bit field?
What is d scanf?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the difference between volatile and const volatile?
What is the translation phases used in c language?