Difference between fopen() and open()?

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


Please Help Members By Posting Answers For Below Questions

Are c and c++ the same?

794


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

921


What are data types in c language?

792


What are the preprocessor categories?

818


How can you pass an array to a function by value?

826


What is a good data structure to use for storing lines of text?

818


How many levels of pointers can you have?

923


Explain zero based addressing.

777


How do you define CONSTANT in C?

870


What does the function toupper() do?

864


How can I determine whether a machines byte order is big-endian or little-endian?

815


Which is more efficient, a switch statement or an if else chain?

774


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2137


how to construct a simulator keeping the logical boolean gates in c

1983


How can I copy just a portion of a string?

1052