what is the difference between arrays and linked list

Answer Posted / mesole

in a linked list data are accessed by a means of pointer
WHILE linear array accessed by a means of subcript
insertion, deletion is very easy with linear array while
in a linked list is a little bits complex

Is This Answer Correct ?    25 Yes 41 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

876


What is the difference between printf and scanf )?

597


Explain what math functions are available for integers? For floating point?

617


Why n++ execute faster than n+1 ?

1852


What is pragma c?

615






Is there sort function in c?

579


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1531


What is register variable in c language?

607


Write program to remove duplicate in an array?

603


What is the difference between the = symbol and == symbol?

630


c program for searching a student details among 10 student details

1657


Write the syntax and purpose of a switch statement in C.

629


why we wont use '&' sing in aceesing the string using scanf

1784


List some of the dynamic data structures in C?

791


How do you do dynamic memory allocation in C applications?

630