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
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is function definition in c?
What is the difference between array and pointer in c?
What is difference between structure and union?
Explain why C language is procedural?
What are the storage classes in C?
How do you redirect a standard stream?
What are the advantages of union?
What do you mean by dynamic memory allocation in c? What functions are used?
What is uint8 in c?
If you know then define #pragma?
With the help of using classes, write a program to add two numbers.
What does c in a circle mean?
how can use subset in c program and give more example
What are identifiers c?