What's the difference between a linked list and an array?

Answer Posted / shatul

an array allocates continous memory allocation whereas a
linked list does not allocates continous memory,

Is This Answer Correct ?    22 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the basic data types associated with c?

815


What is sizeof int?

632


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

673


What is static identifier?

704


what are non standard function in c

1433






What is the difference between NULL and NUL?

725


How pointers are declared?

560


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2792


What are the types of type qualifiers in c?

646


What are control structures? What are the different types?

596


Who developed c language and when?

580


I came across some code that puts a (void) cast before each call to printf. Why?

678


What are the Advantages of using macro

682


Which is better malloc or calloc?

649


Why c is faster than c++?

629