7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Answer Posted / rakesh ranjan
i m damm sure about hits answer
B)stdin
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me about low level programming languages.
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Suggesting that there can be 62 seconds in a minute?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the best way to comment out a section of code that contains comments?
How many parameters should a function have?
What's the best way of making my program efficient?
How will you divide two numbers in a MACRO?
Why dont c comments nest?
differentiate built-in functions and user – defined functions.
Explain continue keyword in c
Is c easier than java?
What is c variable?