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

IV

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I swap bytes?

639


explain what is fifo?

645


what do the 'c' and 'v' in argc and argv stand for?

656


Explain what are compound statements?

614


Explain what are bus errors, memory faults, and core dumps?

802






1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2345


What is local and global variable in c?

627


What is switch in c?

658


How can I manipulate individual bits?

615


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2128


What the advantages of using Unions?

681


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

621


Explain how can I make sure that my program is the only one accessing a file?

643


What’s a signal? Explain what do I use signals for?

620


Is linux written in c?

607