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 / charlee jain

A) ii

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is fortran still used today?

592


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1727


Why should I prototype a function?

626


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1867


What is unary operator?

650






When should the volatile modifier be used?

671


Explain the use of keyword 'register' with respect to variables.

584


How do I use strcmp?

628


What is #include stdio h and #include conio h?

590


What is c language & why it is used?

568


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1508


What are the types of type qualifiers in c?

639


Explain what are the __date__ and __time__ preprocessor commands?

583


Why do we use header files in c?

569


ATM machine and railway reservation class/object diagram

4792