got ur idea dude...thnx...t here's still 1 doubt tho...
what do the two 1's in fwrite() imply..??
User Profile
Collapse
-
Copying a file
I have just started programming in c
i started to make a program to copy contents from one file to another charcter by character. i made the prog but it is not working..
can u plz tell me the error in the code..?
my code isCode:#include <stdio.h> main() { char a; FILE *fi, *fo; fi= fopen ("sohil", "r");
No activity results to display
Show More
Leave a comment: