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 many types of functions are there in c?

586


what do you mean by enumeration constant?

600


What are the keywords in c?

644


Is it possible to initialize a variable at the time it was declared?

757


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

625






A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1511


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

706


What are runtime error?

629


When is a null pointer used?

641


What are the benefits of c language?

647


What is the usage of the pointer in c?

607


Explain that why C is procedural?

661


How can you allocate arrays or structures bigger than 64K?

683


Explain the advantages and disadvantages of macros.

627


Why C language is a procedural language?

623