how can u create a doubly linked list with out using
pointers?
Answers were Sorted based on User's Feedback
Answer / ana
by multiple or single array
multiple: 3 arrays(size n) . first array for next, second
for keys and third for prev
single: 3*n size array, elements by triplets - next, key,
prev
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the difference between stack and heap memory?
Is there something that we can do in C and not in C++?
How much is size of struct having 1 char & 1 integer?
How do you test your code?
What is string in c++ programming?
difference between c and c++?
38 Answers Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
How many types of scopes are there in c++?
What is setf in c++?
Write about the various sections of the executable image?
What are the differences between a struct and a class in C++?
what are function pointers?
write the programme that convert a interger to biniry number