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 / senthilkumar
NON OF THIS
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Dont ansi function prototypes render lint obsolete?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is pre-emptive data structure and explain it with example?
Tell us bitwise shift operators?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What type of function is main ()?
What are reserved words?
can we change the default calling convention in c if yes than how.........?
Write a program in c to replace any vowel in a string with z?
What is c language and why we use it?
What are the various types of control structures in programming?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is the importance of c in your views?
What is the size of enum in c?
What are multidimensional arrays?