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
How is a structure member accessed?
What is #define in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
How do you convert strings to numbers in C?
difference between Low, Middle, High Level languages in c ?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
How is null defined in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Is null always defined as 0(zero)?
What is pass by reference in c?
Explain pointers in c programming?
What is page thrashing?
What is meant by high-order and low-order bytes?
What is int main () in c?