..how can I insert entry in a linked list and arrange my entries according to the name in alphabetical order? I need to make a student record which contains the name, yr level and course of the student.
Is bubble sort applicable in this problem?if yes, can anyone help me how to implement it..tnx..
User Profile
Collapse
-
Inserting in a list in Alphabetical order
-
help!!!how to work with linked list and file???
..please, I really need help..I have a hard time understanding this topic.. I don't know how to implement this. I need to make a program of an address book using this structure definition in C...
typedef struct AddTag{
char surname[100];
char firstname[100];
char address[100];
char tel_no[50];... -
Really need help in making my address book program...
How to make a telephone directory????
--------------------------------------------------------------------------------
Can anyone help me in making this program?!...
I need to make a telephone directory using structure definition..
typedef struct AddressTag{
char surname[55];
char givenname[55];
char middleinitial[5];...Leave a comment:
-
>
sori, I made a mistake. it should be struct AddressTag *next..
..pls help me..I really had a dificulty in doing this.....Leave a comment:
-
How to make a telephone directory????
Can anyone help me in making this program?!...
I need to make a telephone directory using structure definition..
typedef struct AddressTag{
char surname[55];
char givenname[55];
char middleinitial[5];
char telnum[55];
struct PersonTag *next;
} AddType;
I need to have function for inserting, editing and deleting an entry.Entries should be inserted in alphabetical...
No activity results to display
Show More
Leave a comment: