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 / saurabh pandey
b
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is void main ()?
How many types of operators are there in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is a structure and why it is used?
What is nested structure with example?
What is the use of function overloading in C?
Why do we use header files in c?
What is difference between static and global variable in c?
Write a program to check palindrome number in c programming?
What is pointer in c?
How do I use strcmp?
Why c is called a middle level language?
What is the most efficient way to count the number of bits which are set in an integer?
What are the uses of null pointers?