what is the difference between arrays and linked list
Answer Posted / vasu kanneganti
1.array is fixed length and Array is a simple sequence of
numbers which are not concerned about each-others positions
but linked list is variable length
2.in array values are accessing easy but linked list is
some time taken process bcoz search aither forword or
backword
3.in array updating operations are time taken comparing
with linkedlist
4.array is not growble and linkedlist is growble
| Is This Answer Correct ? | 42 Yes | 14 No |
Post New Answer View All Answers
What is the advantage of an array over individual variables?
What is difference between union and structure in c?
Explain the difference between the local variable and global variable in c?
What is getch c?
What are pointers really good for, anyway?
There seem to be a few missing operators ..
What is an auto variable in c?
What is typedef struct in c?
given post order,in order construct the corresponding binary tree
What are the types of arrays in c?
Differentiate fundamental data types and derived data types in C.
If the size of int data type is two bytes, what is the range of signed int data type?
Write a code on reverse string and its complexity.
What is the function of this pointer?
Write a function that will take in a phone number and output all possible alphabetical combinations