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


Please Help Members By Posting Answers For Below Questions

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

640


simple program of graphics and their output display

1471


Write a program to generate the Fibinocci Series

673


What is indirection? How many levels of pointers can you have?

665


What is wild pointer in c?

613






Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1749


int i=10; printf("%d %d %d", i, i=20, i);

1018


Why do we use return in c?

573


How can you tell whether a program was compiled using c versus c++?

624


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2419


What is memory leak in c?

639


What is c programing language?

620


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1376


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

635


Can you explain the four storage classes in C?

646