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
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Not all reserved words are written in lowercase. TRUE or FALSE?
List out few of the applications that make use of Multilinked Structures?
What is register variable in c language?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is an lvalue in c?
Explain the properties of union. What is the size of a union variable
Why we use int main and void main?
What are the 32 keywords in c?
What are the types of i/o functions?
What is c language & why it is used?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is a node in c?
What is a pointer value and address in c?