Search:

Type: Posts; User: Sharvani Bhat

Search: Search took 0.01 seconds.

  1. i want to read records from file in record format...

    i want to read records from file in record format as well as write on to other file in record format.
  2. the actual code is #include...

    the actual code is

    #include<stdio.h>
    #include<stdlib.h>
    //#include<conio.h>
    /*this structure is for taking a request from command line*/
    struct request
    {
    float percent_seq;
    char...
  3. no it was printed by mistake the only w+ is the...

    no it was printed by mistake the only w+ is the mode
  4. having problems with updating records of one file to another file

    i am having problems of updating record present in one file and writing them onto another file in the same record format. it will write the input from command line onto incomingr.dat but not...
Results 1 to 4 of 4