Name an advantage of array over linked list?
Answer Posted / jibran
in arrays direct access is possible where in linked list its not possible because all the time when we access an element we need pointers pointing to the memory location of that element...in short we can say that in linked list we are indirectly accessing the data but in arrays we are directly accessing the data...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Give two or more real cenario of virtual function and vertual object
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is cohesion in oop?
What is polymorphism explain?
What is the problem with multiple inheritance?
What is encapsulation c#?
What is methods in oop?
How many human genes are polymorphic?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is the difference between procedural programming and oops?
What is the difference between inheritance and polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is pure oop? How to call a non virtual function in the derived class by
using base class pointer