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
Can you assign a different address to an array tag?
What are the types of arrays in c?
Does c have enums?
What is a good data structure to use for storing lines of text?
What do you mean by a sequential access file?
What is 02d in c?
What is a program flowchart and explain how does it help in writing a program?
What are categories used for in c?
Describe the header file and its usage in c programming?
Why doesnt this code work?
Difference between pass by reference and pass by value?
What is the use of function overloading in C?
Explain what is the benefit of using const for declaring constants?
What oops means?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?