Search:

Type: Posts; User: vignesh

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    4,577

    thank u very much for ur reply.can u plz tel...

    thank u very much for ur reply.can u plz tel me...how to wite this in pointer version??



    struct res_list
    {
    int res_type;
    char res_name[20];
    int res_pri;
    }res[MAX];
  2. Replies
    3
    Views
    4,577

    how to initialize char *

    i hav a program structure which is similar to the code snippet given below.I don't know how to initialize the char * .plz help me in this .Also tell me where should i initialize the char * that is...
  3. Read multiple records from a file and store it in a structure

    Hi,
    I need a program in C that is capable of writing the multiple records into a file.And another function that should read the same data from the from the file and store it in the approptiate...
Results 1 to 3 of 3