What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
Answer Posted / sathish kumar
Hi All,
In the above function call fopen we should have used "C:\\"
instead of using "C:\". Because '\' is treated as a escape
sequence.
Thanks & Regards
Sathish Kumar
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is a structure in c language. how to initialise a structure in c?
Explain null pointer.
What is pointers in c with example?
What are the Advantages of using macro
how to find anagram without using string functions using only loops in c programming
Are local variables initialized to zero by default in c?
What is the method to save data in stack data structure type?
How are structure passing and returning implemented?
What is omp_num_threads?
What is the difference between memcpy and memmove?
What is a floating point in c?
Explain about the constants which help in debugging?
How do I use void main?
What is a lvalue