Name an advantage of array over linked list?
Answer Posted / nisha
Addresing is possible in case of arrays where as in linked list sequential address is possible
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are objects in oop?
What do you mean by abstraction?
What is destructor example?
can we make game by using c
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(); }
Explain virtual inheritance?
what are the different types of qualifier in java?
What is inheritance write a program to show use of inheritance?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Prepare me a program for the animation of train
What is encapsulation in ict?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is encapsulation with example?
What is class in oop with example?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.