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 |
What is the benefit of using const for declaring constants?
write a program that explain #define and # undef directive
When should the const modifier be used?
List some applications of c programming language?
Can we access the array using a pointer in c language?
What is the difference between fread and fwrite function?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Explain what is the use of a semicolon (;) at the end of every program statement?
What is difference between Structure and Unions?
What do you mean by invalid pointer arithmetic?
What is declaration and definition in c?