#include<stdio.h>
#include<string.h>
main()
{
    FILE *fs,*ft;
    char ch;
    fs=fopen("souce.txt","r");
    ft=fopen("target.txt","w");
    while(1)
    {
      .............

The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.

Saturday, May 14, 2011

copy file,c,programm,lab,record,first semester,bca

#include<stdio.h>
#include<string.h>
main()
{
    FILE *fs,*ft;
    char ch;
    fs=fopen("souce.txt","r");
    ft=fopen("target.txt","w");
    while(1)
    {
      .............

The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.