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
Why we use stdio h in c?
Which is better malloc or calloc?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is typedf?
What is variable and explain rules to declare variable in c?
What is the Purpose of 'extern' keyword in a function declaration?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
what are non standard function in c
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Is there any possibility to create customized header file with c programming language?
What is wrong with this program statement? void = 10;
What is the use of f in c?
Explain how many levels deep can include files be nested?
When was c language developed?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"