Explain the difference between fopen() and freopen().
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
fopen(): Opens a new file.
freopen(): Reopens a file stream to a different file or mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
fopen(): Opens a new file.
freopen(): Reopens a file stream to a different file or mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is malloc() function?
Is the following code legal? struct a { int x; struct a b; }
What are qualifiers in c?
What is wrong with this initialization?
Tell me the use of bit field in c language?
Why & is used in c?
Which programming language is best for getting job 2020?
where does it flourished?
Explain 'far' and 'near' pointers in c.
How can I swap two values without using a temporary?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Write a small C program to determine whether a machine's type is little-endian or big-endian.