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

Answer Posted / raja sekhar

In linkedlist,The operations(delete,insert&etc)are eazily
perform.Where as in arrays that is not possible.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any demerits of using pointer?

621


Explain the priority queues?

617


How do you convert strings to numbers in C?

705


Is that possible to add pointers to each other?

892


What is the modulus operator?

730






Is there any data type in c with variable size?

628


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

807


How can I determine whether a machines byte order is big-endian or little-endian?

615


Why should I prototype a function?

630


What is indirection? How many levels of pointers can you have?

650


What is the use of getchar() function?

622


Combinations of fibanocci prime series

1105


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1672


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

575


Write a code to generate a series where the next element is the sum of last k terms.

726