Explain the difference between fopen() and freopen().
Answer Posted / 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 |
Post New Answer View All Answers
What does do in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Can we replace the struct function in tree syntax with a union?
What is 'bus error'?
What are the three constants used in c?
Where define directive used?
What are pragmas and what are they good for?
Do pointers need to be initialized?
What is a program flowchart and explain how does it help in writing a program?
How can I make it pause before closing the program output window?
What is function prototype in c with example?
What are the data types present in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is the 'named constructor idiom'?
What is the importance of c in your views?