Answer Posted / ada
open() is a system call, and fopen() is a stdio library
function.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Write a program which returns the first non repetitive character in the string?
Write a program to find the biggest number of three numbers in c?
What are control structures? What are the different types?
What is logical error?
What is break in c?
How do I get a null pointer in my programs?
can anyone suggest some site name..where i can get some good data structure puzzles???
What does c mean in standard form?
How do you declare a variable that will hold string values?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is the difference between arrays and pointers?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is methods in c?
why programs in c are running with out #include
Explain continue keyword in c