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
When should we use container classes instead of arrays?
What are features of c++?
what is C++ objects?
What is a far pointer? where we use it?
Show the declaration for a static function pointer.
What is const pointer and const reference?
Explain terminate() and unexpected() function?
What is size of string in c++?
Which one between if-else and switch is more efficient?
What is an undefined behavior and sequence points
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Describe protected access specifiers?
What is the use of volatile variable?
How many standards of c++ are there?
What do you mean by global variables?