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


Please Help Members By Posting Answers For Below Questions

What is a base class?

608


Can a program run without main in c++?

591


Which coding certification is best?

575


How delete [] is different from delete?

604


How to declare a function pointer?

583






What is istream and ostream in c++?

601


Explain bubble sorting.

630


How would you use the functions randomize() and random()?

629


What do you understand by pure virtual function? Write about its use?

585


What is the average salary of a c++ programmer?

550


Describe the process of creation and destruction of a derived class object?

646


How static variables and local variablesare similar and dissimilar?

569


How do I run c++?

580


program explaining feautures of c++

1928


What is the difference between ++ count and count ++?

589