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 / pushpa

A)ii

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to construct a simulator keeping the logical boolean gates in c

1728


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

597


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

1791


What does c in a circle mean?

583


What are the advantages and disadvantages of a heap?

710






What is assignment operator?

626


What are volatile variables in c?

519


Which is better between malloc and calloc?

669


When should the register modifier be used? Does it really help?

613


What is a pointer value and address in c?

636


Explain what will the preprocessor do for a program?

603


What is the use of extern in c?

647


What is the purpose of type declarations?

679


What is the use of printf() and scanf() functions?

634


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358