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
Can user-defined object be declared as static data member of another class?
Explain the difference between abstract class and interface in c++?
What is == in programming?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is the difference between while and do while loop?
What is a forward referencing and when should it be used?
What causes a runtime error c++?
Is it possible to provide default values while overloading a binary operator?
How do I run a program in notepad ++?
What is static in c++?
What are arithmetic operators?
what do you mean by volatile variable?
Should I learn c++ c?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
What is double in c++?