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
Give two or more real cenario of virtual function and vertual object
What is the real time example of inheritance?
How does polymorphism work?
What is multilevel inheritance explain with example?
Please send ford technologies placement paper 2 my mail id
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’.
what is graphics
What is the types of inheritance?
How do you achieve polymorphism?
What are the 4 main oop principles?
Write a c++ program to display pass and fail for three student using static member function
How do you define a class in oop?
How do you answer polymorphism?
What is overriding in oops?
What is the example of polymorphism?