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
Difference between goto, long jmp() and setjmp()?
What does nil mean in c?
What is an expression?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain what is meant by high-order and low-order bytes?
Where does the name "C" come from, anyway?
Define the scope of static variables.
c program for searching a student details among 10 student details
What does typeof return in c?
Are the expressions * ptr ++ and ++ * ptr same?
What is difference between static and global variable in c?
Is null a keyword in c?
Which type of language is c?
Explain two-dimensional array.
Can we change the value of static variable in c?