#include <stdio.h> #include <stdlib.h> int main() { char ch, source_file[20], target_file[20]; FILE *source, *target; printf("Enter name of file to copy\n"); gets(source_file); source = fopen(source_file, "r"); if( source == NULL ) { printf("Press any key to exit...\n"); exit(EXIT_FAILURE); } printf("Enter name of target file\n"); gets(target_file); target = fopen(target_file, "w"); if( target == NULL ) { fclose(source); printf("Press any key to exit...\n"); exit(EXIT_FAILURE); } while( ( ch = fgetc(source) ) != EOF ) fputc(ch, target); printf("File copied successfully.\n"); fclose(source); fclose(target); return 0; }
Mr saggu, Mr jatt , Jatt.fm ,dj punjab ,songs pk, pagal world , wap ,djjohal, vipkhan, mp3mad,Latest Punjabi , Bollywood , Hollywood , English Singletracks , Albums , films , Movies mp3 songs in 128 bitrate , 320 bitrate and very good quality music. We Also provide Punjabi Hindi English videos Mp4 HD 3gp Flv Avi and have Top 20 punjabi hindi engish mp3 songs free download.
No comments:
Post a Comment