Why is it difficult to store linked list in an array?
Answer Posted / deepti
because in linklist we can store as many elements as we
want because size does not matter .but in case of array if
we define size suppose 20 we can store only 20 elements .
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
How many standards of c++ are there?
Is dev c++ a good compiler?
Can you please explain the difference between using macro and inline functions?
What is c++ programming language?
What is nested class in c++?
If there are two catch statements, one for base and one for derived, which should come first?
Does dev c++ support c++ 11?
write a programme to get a character and thier ASCII value
What is the use of map in c++?
What is an associative container in c++?
What is code reusability in c++?
Explain the benefits of proper inheritance.
What is the best way to take screenshots of a window with c++ in windows?
What is a pointer how and when is it used?
What is c++ w3school?