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

What is indirection in c?

612


What are the types of i/o functions?

665


Why is c known as a mother language?

733


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

639


Which header file is used for clrscr?

565






What would be an example of a structure analogous to structure c?

566


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

692


How can I make it pause before closing the program output window?

564


What is a const pointer?

620


Using which language Test cases are added in .ptu file of RTRT unit testing???

3570


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2781


What's the difference between constant char *p and char * constant p?

648


What is a pointer in c?

673


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4528


Describe static function with its usage?

597