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...

what is the use of using linked list and array?

Answer Posted / manju

In Linked list we can insert or delete the elements at any
position,which is not possible in arrays and arrays are of
fixed size,but linked lists are not have a definite length.
we can dynamically allocate the size of linked list with
out wastage of memory...

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are there namespaces in c?

1192


What is meant by initialization and how we initialize a variable?

1096


How are Structure passing and returning implemented by the complier?

1228


How can you tell whether a program was compiled using c versus c++?

1163


Do you have any idea how to compare array with pointer in c?

1094


Why is it usually a bad idea to use gets()? Suggest a workaround.

1873


Explain void pointer?

1099


Who invented b language?

1476


What is realloc in c?

1168


Can you subtract pointers from each other? Why would you?

1009


Create a simple code fragment that will swap the values of two variables num1 and num2.

1329


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

1380


What is anagram in c?

984


What are runtime error?

1180


develop algorithms to add polynomials (i) in one variable

2240