Why is it difficult to store linked list in an array?
Answer Posted / maria
Because of defragmentation, when node should be deleted.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Why the usage of pointers in C++ is not recommended ?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Differentiate between declaration and definition.
How do you define a class in c++?
Explain how to initialize a const member data.
Write a program which uses Command Line Arguments
Can you pass a vector to a function?
What is null pointer and void pointer?
What is name hiding in c++?
Is c++ built on c?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Can I learn c++ in a week?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is meaning of in c++?
By using c++ with an example describe linked list?