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 is the data segment that is followed by c?
Between macros and functions,which is better to use and why?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What are the application of void data type in c?
What is a structure in c language. how to initialise a structure in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is wrong in this statement?
What is wrong in this statement? scanf(“%d”,whatnumber);
Explain goto?
What is difference between union and structure in c?
List some applications of c programming language?
shorting algorithmS
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
p*=(++q)++*--p when p=q=1 while(q<=6)
What is meant by initialization and how we initialize a variable?