Answer Posted / rinal doshi
open() is the function created by the user......... which
can be used to perform a specific task....
fopen() belongs to FILES..... this is a in built user
defined function which is used to open a file which is
already existing with the opening mode or create a new
file....and which returns a pointer
syntax:
file_ptr=fopen("file name","opening mode");
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Differentiate abs() function from fabs() function.
What is line in c preprocessor?
What are the advantage of c language?
What is scope rule of function in c?
What does %d do in c?
What is the function of multilevel pointer in c?
List some applications of c programming language?
Is there a way to compare two structure variables?
How can you find the exact size of a data type in c?
Under what circumstances does a name clash occur?
Explain why C language is procedural?
When should the volatile modifier be used?
Disadvantages of C language.
What is the use of in c?
What is enumerated data type in c?