Name an advantage of linked list over array?

Answer Posted / dinesh kumar thakur jalandhar

------> in case of linklist no continuous memeory is
required .but in case of array there is of need continuous
memory block , mean to say if we have enough free memory but
is not in continuous block than we can not use it in case of
array .
but same memery can be used in case of linklist.

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is for loop and its syntax?

592


What is the benefit of oop?

566


What is the renewal class?

2161


Why multiple inheritance is not possible?

593


what are the different types of qualifier in java?

1836






What is and I oop mean?

614


What is overriding in oop?

546


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1828


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

938


What is oops concept with example?

574


What is super in oop?

589


What is the difference between inheritance and polymorphism?

583


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1772


What is destructor in oop?

617


Why interface is used?

547