What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
Answer / 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 |
Differentiate call by value and call by reference?
what is disadvantage of pointer in C
What is #define size in c?
What is the symbol indicated the c-preprocessor?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
hi how to convert program from notepad to turboc editor can u please help me
What is the use of the function in c?
What are preprocessor directives?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Explain indirection?
What are header files in c?