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
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
in linking some of os executables are linking name some of them
Can a variable be both static and volatile in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are the different types of endless loops?
How can you allocate arrays or structures bigger than 64K?
What does main () mean in c?
What is break statement?
Implement bit Array in C.
What are local static variables? How can you use them?
Write a program to reverse a string.
What is scope and lifetime of a variable in c?
What is the purpose of 'register' keyword?
What is page thrashing?