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


Please Help Members By Posting Answers For Below Questions

HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2273


What is sizeof c?

612


If the size of int data type is two bytes, what is the range of signed int data type?

596


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

707


Tell me what is null pointer in c?

617






What are volatile variables in c?

524


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1732


What is const and volatile in c?

569


What is a pragma?

672


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

1895


How can you increase the size of a dynamically allocated array?

647


Difference between goto, long jmp() and setjmp()?

712


Explain what happens if you free a pointer twice?

615


Why header file is used in c?

581


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1547