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 / kavipriya.t
ii
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can my program discover the complete pathname to the executable from which it was invoked?
Explain the difference between malloc() and calloc() function?
What is a lvalue
Explain the process of converting a Tree into a Binary Tree.
What are the c keywords?
How a string is stored in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Why pointers are used?
Explain what does the format %10.2 mean when included in a printf statement?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the general description for loop statement and available loop types in c?
Do you know pointer in c?
How do you determine whether to use a stream function or a low-level function?
how to count no of words,characters,lines in a paragraph.