Which of these statements are false w.r.t File Functions?
i)fputs() ii)fdopen() iii)fgetpos() iv)ferror()
A)ii B)i,ii C)iii D)iv
Answer Posted / garima
fputs->a function which puts the text in the stream
fdopen->a function to associate the stream with the file handle
fgetpos->a function to get the current pointer position
ferror->is a "macro" to find whether there is an error in
the entered stream
therefore the ans is (iv) ferror..which is not a function
but a macro...:)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many header files are in c?
What does volatile do?
formula to convert 2500mmh2o into m3/hr
Explain About fork()?
What does. int *x[](); means ?
How will you find a duplicate number in a array without negating the nos ?
What are examples of structures?
Why is c faster?
Explain how can I right-justify a string?
What does c mean in basketball?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is a stream?
Can a variable be both const and volatile?
What is the code for 3 questions and answer check in VisualBasic.Net?
Explain Basic concepts of C language?