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
What functions are in conio h?
What are the parts of c program?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What does sizeof int return?
When should the volatile modifier be used?
Explain how can a program be made to print the line number where an error occurs?
What is #include stdio h and #include conio h?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Can we increase size of array in c?
What are data structures in c and how to use them?
Describe static function with its usage?
the question is that what you have been doing all these periods (one year gap)
what are the advantages of a macro over a function?
formula to convert 2500mmh2o into m3/hr
Write a factorial program using C.