Name an advantage of array over linked list?
Answer Posted / anu
I think linked list is better when compared to arrays
because size of array is restricted to
declaration.Insertion/Deletion of values in middle of array
is not possible.
| Is This Answer Correct ? | 68 Yes | 16 No |
Post New Answer View All Answers
Can you explain polymorphism?
Why do we use polymorphism?
Explain the concepts involved in Object Oriented programming.
How to improve object oriented design skills?
What polymorphism means?
What is polymorphism and example?
How many human genes are polymorphic?
Can a varargs method be overloaded?
What is oops?what is its use in software engineering?
What are the 3 pillars of oop?
What is overloading in oops?
What is object-oriented programming? Webopedia definition
What does and I oop mean?
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 object and example?