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

Answer Posted / valli

Array is statically allocated group. Linked list is
dynamically allocated group.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are external variables in c?

546


what does static variable mean?

651


What is the benefit of using #define to declare a constant?

601


What does nil mean in c?

669


What is the difference between text and binary modes?

643






C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

608


what are bit fields? What is the use of bit fields in a structure declaration?

1499


what is the format specifier for printing a pointer value?

609


What is the purpose of 'register' keyword?

687


What is a union?

609


What is selection sort in c?

609


write an algorithm to display a square matrix.

2221


What is the Purpose of 'extern' keyword in a function declaration?

652


What is the use of header files?

603


What is the heap?

685