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 / ar
b but not recommended
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
differentiate built-in functions and user – defined functions.
What are the uses of a pointer?
What is the difference between #include
Is swift based on c?
How can I avoid the abort, retry, fail messages?
What is console in c language?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is const and volatile in c?
What does *p++ do?
What are the advantages of using linked list for tree construction?
What is a wrapper function in c?
What are the types of type qualifiers in c?
What is the difference between abs() and fabs() functions?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.