Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Name an advantage of linked list over array?

Answer Posted / azhar iqbal

Array is of fix size & contain always same type of data.

Whereas linklist is dynamic in size.And a type of linklist
have capability to store different type of data at its
nodes, and for doing that we use void pointer( a pointer
that can point any type of data )

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What polymorphism means?

999


What is the example of polymorphism?

1023


What is oops and its features?

1024


Is data hiding and abstraction same?

967


What is encapsulation with real life example?

976


when to use 'mutable' keyword and when to use 'const cast' in c++

2109


What is polymorphism in oops with example?

972


Can we define a class within the interface?

986


What is the difference between static polymorphism and dynamic polymorphism?

1027


How does polymorphism work?

1076


What is the types of inheritance?

1024


What is abstraction encapsulation?

1059


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2224


Why do we use class in oops?

914


What is encapsulation example?

983