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

What functions are used in dynamic memory allocation in c?

595


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

632


Create a simple code fragment that will swap the values of two variables num1 and num2.

810


What is the difference between a string and an array?

706


What is file in c preprocessor?

650






Is c a great language, or what?

601


What is dynamic dispatch in c++?

556


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

657


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3500


Write a program to show the change in position of a cursor using c

580


How is null defined in c?

652


Difference between Function to pointer and pointer to function

629


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

580


What are the differences between new and malloc in C?

610


Explain threaded binary trees?

677