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
Advertisements. Register and be a member of the community to get rid of them.
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?
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?
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.