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
Post New Answer View All Answers
What is main () in c?
What is the purpose of main() function?
Using which language Test cases are added in .ptu file of RTRT unit testing???
How to delete a node from linked list w/o using collectons?
Why do some versions of toupper act strangely if given an upper-case letter?
What happens if a header file is included twice?
Why is c so popular?
How can you invoke another program from within a C program?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Can the size of an array be declared at runtime?
Can I initialize unions?
What is the purpose of & in scanf?
What is assert and when would I use it?
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 “****”.
Is main an identifier in c?