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 / vikram
b)stdin
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is pointer initialized in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
how logic is used
What is 1d array in c?
How does pointer work in c?
List the variables are used for writing doubly linked list program.
How do you use a pointer to a function?
What are the 5 data types?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Is void a keyword in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Which is better oop or procedural?
Who developed c language?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is a method in c?