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 / charlee jain
A) ii
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why c is called object oriented language?
What oops means?
Why we use stdio h in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is the use of static variable in c?
What is the use of header?
Which are low level languages?
What is a global variable in c?
What is sorting in c plus plus?
What is identifier in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is a keyword?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What do the functions atoi(), itoa() and gcvt() do?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?