Name an advantage of array over linked list?

Answer Posted / santhosh k

Array size is fixed.But Linked is not fixed

Is This Answer Correct ?    148 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is inheritance and how many types of inheritance?

632


What is basic concept of oop?

712


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!!!)

1647


2. Give the different notations for the class.\

1596


write a program that takes input in digits and display the result in words from 1 to 1000

1997






What is the fundamental idea of oop?

646


What is overriding in oop?

556


What is the important feature of inheritance?

641


What is the point of oop?

664


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6161


What is the highest level of cohesion?

587


What causes polymorphism?

583


which feature are not hold visual basic of oop?

1731


What is encapsulation and abstraction? How are they implemented in C++?

647


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2017