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

Answers were Sorted based on User's Feedback



Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)..

Answer / pushpa

A)ii

Is This Answer Correct ?    11 Yes 0 No

Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)..

Answer / kavipriya.t

ii

Is This Answer Correct ?    4 Yes 0 No

Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)..

Answer / shruti

ii -> fdopen

Is This Answer Correct ?    3 Yes 0 No

Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)..

Answer / charlee jain

A) ii

Is This Answer Correct ?    2 Yes 0 No

Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)..

Answer / garima

fputs->a function which puts the text in the stream
fdopen->a function to associate the stream with the file handle
fgetpos->a function to get the current pointer position
ferror->is a "macro" to find whether there is an error in
the entered stream
therefore the ans is (iv) ferror..which is not a function
but a macro...:)

Is This Answer Correct ?    1 Yes 0 No

Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)..

Answer / tabassum

IV

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


What is meant by type casting?

0 Answers  


Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 Answers  


How would you obtain the current time and difference between two times?

0 Answers   TISL,


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

0 Answers   Wipro,






The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


Explain the process of converting a Tree into a Binary Tree.

0 Answers   Ignou,


What are the preprocessor categories?

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


Categories