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 / tabassum
IV
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain what is the difference between far and near ?
Explain how can I avoid the abort, retry, fail messages?
How can I open files mentioned on the command line, and parse option flags?
Explain what are linked list?
What is the scope of static variable in c?
What is the difference between printf and scanf in c?
What is auto keyword in c?
Is using exit() the same as using return?
Differentiate between null and void pointers.
Why we use break in c?
what does static variable mean?
How can I make sure that my program is the only one accessing a file?
What is the purpose of 'register' keyword in c language?
What is the difference between mpi and openmp?
What is a macro, and explain how do you use it?