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
Why main function is special give two reasons?
What is extern c used for?
In c language can we compile a program without main() function?
What are header files? What are their uses?
Can we initialize extern variable in c?
Which is better oop or procedural?
What is #line?
List some of the dynamic data structures in C?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Explain what is page thrashing?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What are global variables and explain how do you declare them?
what is the basis for selection of arrays or pointers as data structure in a program
Explain how many levels deep can include files be nested?
What is calloc() function?