HELP:Assignment in linked list

Status
Not open for further replies.

VINSTAR

Not fresh
we have an assignment to create a question bank
with 7 multiple choice questions
3 descriptive questions
5 programs
we have to create questions from linked lists
we have studied single linked list and doubly linked list in C

pls anybody help me
or give some good sites to find the application of linked lists
 

Bandu

Journeyman
A more detailed spec please.

1. You say that you have studied that in C. What programming language do you want this to be implemented in?
2. Any database support? Or just in-memory stored question bank?

Regards,
Bandu.
 
OP
VINSTAR

VINSTAR

Not fresh
A more detailed spec please.

1. You say that you have studied that in C. What programming language do you want this to be implemented in?
2. Any database support? Or just in-memory stored question bank?

Regards,
Bandu.



to implement in c
no database support
 

Bandu

Journeyman
If you say that you already have done this in C before (which means you do know C), then I do not understand the reason for you asking about any websites. Should be pretty simple stuff to do then.
 

QwertyManiac

Commander in Chief
He just wishes to create a question-paper assignment based on Linked Lists, not an application. If I understood it right. :)
 
Status
Not open for further replies.
Top Bottom