Name an advantage of array over linked list?
Answer Posted / chandan
Linked List have an extra Overhead in its each node to
store the pointer to the next node.
| Is This Answer Correct ? | 67 Yes | 5 No |
Post New Answer View All Answers
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’.
Is html an oop?
to find out the minimum of two integer number of two different classes using friend function
What is a function in oop?
What is polymorphism give a real life example?
how to get the oracle certification? send me the answer
What is the difference between inheritance and polymorphism?
What is meant by oops concept?
What does and I oop and sksksk mean?
How to hide the base class functionality in Inheritance?
What is difference between oop and pop?
Is enum a class?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is the significance of classes in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }