Answer Posted / vignesh1988i
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 ? | 2 Yes | 16 No |
Post New Answer View All Answers
What are formal parameters?
How is a null pointer different from a dangling pointer?
Why is this loop always executing once?
what is the syallabus of computer science students in group- 1?
What oops means?
What is c language & why it is used?
what do you mean by inline function in C?
Is there any data type in c with variable size?
Explain what are bus errors, memory faults, and core dumps?
What do mean by network ?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain what is the general form of a c program?
What is the mean of function?
What is #line in c?
What is infinite loop?