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 / priya

All elements of array stored in contiguous memory location.
While in case of linked list each node does not stored in
contiguous memory location

Is This Answer Correct ?    25 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write optimum code to divide a 50 digit number with a 25 digit number??

3301


What is the difference between variable declaration and variable definition in c?

1105


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

1100


What does return 1 means in c?

1119


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1392


What is calloc malloc realloc in c?

1108


What is the time and space complexities of merge sort and when is it preferred over quick sort?

1137


Explain what is #line used for?

1125


What is the difference between functions getch() and getche()?

1139


which type of aspect you want from the student.

2205


Compare and contrast compilers from interpreters.

1183


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

1009


Does sprintf put null character?

1096


What is the maximum no. of arguments that can be given in a command line in C.?

1202


What is the difference between exit() and _exit() function?

1101