Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the difference between fopen() and freopen().

Answers were Sorted based on User's Feedback



Explain the difference between fopen() and freopen()...

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

Explain the difference between fopen() and freopen()...

Answer / hr@tgksolutions.com

 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

More C Interview Questions

What is line in c preprocessor?

0 Answers  


using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

0 Answers  


What is c language and why we use it?

0 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


What are the types of data structures in c?

0 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


how to get starting address of a running C program

3 Answers  


could u able to tell about suresoft technical session

1 Answers  


Why malloc is faster than calloc?

0 Answers  


What is nested structure with example?

0 Answers  


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

0 Answers  


Is it better to use a macro or a function?

0 Answers  


Categories