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
Can stdout be forced to print somewhere other than the screen?
Explain what is a const pointer?
What is a pragma?
please explain every phase in the "SDLC" in the dotnet.
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are the keywords in c?
What are loops c?
shorting algorithmS
How does sizeof know array size?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Explain output of printf("Hello World"-'A'+'B'); ?
How do you sort filenames in a directory?
What is getche() function?
What is the size of array float a(10)?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures