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 do u mean by Direct access files? then can u explain about Direct Access Files?
where can function pointers be used?
difference between string and array?
Which of these functions is safer to use : fgets(), gets()? Why?
how many times of error occur in C
Explain indirection?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Without using main fn and semicolon,print remainder for a given number in C language
Can you add pointers together? Why would you?
What is meant by realloc()?
What is type qualifiers?