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
Are c and c++ the same?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What are data types in c language?
What are the preprocessor categories?
How can you pass an array to a function by value?
What is a good data structure to use for storing lines of text?
How many levels of pointers can you have?
Explain zero based addressing.
How do you define CONSTANT in C?
What does the function toupper() do?
How can I determine whether a machines byte order is big-endian or little-endian?
Which is more efficient, a switch statement or an if else chain?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
how to construct a simulator keeping the logical boolean gates in c
How can I copy just a portion of a string?