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

What does it mean when a pointer is used in an if statement?

596


Why c is known as a mother language?

634


Why is python slower than c?

595


Explain pointer. What are function pointers in C?

622


How can I sort a linked list?

630






Why doesnt long int work?

606


Compare interpreters and compilers.

633


How can I delete a file?

621


Hi can anyone tell what is a start up code?

1607


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

803


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

651


Is c weakly typed?

569


What is a MAC Address?

622


Write a program to check whether a number is prime or not using c?

567


What are the 32 keywords in c?

624