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 / kavipriya.t
ii
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How will you write a code for accessing the length of an array without assigning it to another variable?
Write a program to check prime number in c programming?
What does typedef struct mean?
Explain what is a 'locale'?
Can the “if” function be used in comparing strings?
Why do we use pointer to pointer in c?
What do you understand by friend-functions? How are they used?
Add Two Numbers Without Using the Addition Operator
What are valid operations on pointers?
How many identifiers are there in c?
Is it fine to write void main () or main () in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the code for 3 questions and answer check in VisualBasic.Net?
What is wrong with this statement? Myname = 'robin';
What is the purpose of sprintf?