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 significance of scope resolution operator?
Describe the steps to insert data into a singly linked list.
What is the difference between #include and #include 'file' ?
What does 4d mean in c?
Write a program that accept anumber in words
Multiply an Integer Number by 2 Without Using Multiplication Operator
How do you write a program which produces its own source code as output?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Write a program to print fibonacci series using recursion?
What are reserved words?
Which one would you prefer - a macro or a function?
What happens if you free a pointer twice?
Explain a pre-processor and its advantages.
Explain how can you tell whether a program was compiled using c versus c++?
What is the difference between printf and scanf )?