What's the difference between a linked list and an array?
Answer Posted / santosh
in array we are having limted memory size(by intializing the
array size).but in the linked list we dont want to intialize
the size because it is the list of elements.there will many
tyes of linked list,by our requirements we can use any one
of the linkedlist.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is difference between arrays and pointers?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is binary tree in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What are structures and unions? State differencves between them.
Is it acceptable to declare/define a variable in a c header?
Explain the red-black trees?
What is %g in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
How can I open a file so that other programs can update it at the same time?
Why does everyone say not to use gets?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What are the disadvantages of a shell structure?
please explain every phase in the "SDLC" in the dotnet.
What is the function of this pointer?