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
Explain the difference between structs and unions in c?
How can I access an I o board directly?
What are the 5 elements of structure?
Can you define which header file to include at compile time?
Can a variable be both constant and volatile?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain how do you determine a file’s attributes?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is string constants?
What is the value of h?
Write a program that accept anumber in words
Can you explain the four storage classes in C?
Explain can static variables be declared in a header file?
What is the most efficient way to count the number of bits which are set in an integer?
How many levels of pointers have?