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 difference between arrays and linked list

Answer Posted / thanu

arrays: staticaly allocating memory
easy to traverse
memory wastage

linked list:runtime allocation
difficult to traverse
efficient usag of memory

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a example of a variable?

1064


Can you write a programmer for FACTORIAL using recursion?

1101


What is meant by gets in c?

1267


List some of the dynamic data structures in C?

1305


What is a far pointer in c?

1099


What is a constant?

1113


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

1118


What is the function of multilevel pointer in c?

1140


Write a program to check armstrong number in c?

1186


How can you convert integers to binary or hexadecimal?

1075


how to create duplicate link list using C???

2604


Write a program on swapping (100, 50)

1168


What is the size of enum in c?

1174


What is the meaning of 2d in c?

1168


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2845