Name an advantage of linked list over array?

Answer Posted / ritesh parkhi

array always contain static memory location even linklist
contain dynamic memory location.In once declaration of an
array we can store smae type of data but in linkedlist
hetrogeneous link list is possible which can be contain
diffrent diffrent types of data type in linkedlist.in link
list we are using void pointer.

Is This Answer Correct ?    33 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a programe to calculate the simple intrest and compund intrest using by function overlading

1928


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1913


What is polymorphism give a real life example?

785


What is ambiguity in inheritance?

874


What is multilevel inheritance in oop?

787


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1642


Explain virtual inheritance?

918


What is stream in oop?

1056


What does enum stand for?

891


What are properties in oop?

829


What are oops functions?

798


What is an example of genetic polymorphism?

897


What is oops and its features?

843


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2153


Why is abstraction used?

860