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
How can I get random integers in a certain range?
What is c variable?
What is a pointer in c?
How a string is stored in c?
What is null pointer in c?
What is meant by recursion?
What are the rules for the identifier?
What is operator promotion?
Are pointers integer?
What is the meaning of && in c?
What is c preprocessor mean?
Explain that why C is procedural?
How do I send escape sequences to control a terminal or other device?
What is the use of printf() and scanf() functions?
what are non standard function in c