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 are file streams?
Explain what are the different file extensions involved when programming in c?
What is function in c with example?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Do you know what are bitwise shift operators in c programming?
Explain union.
What are header files in c programming?
Can you explain the four storage classes in C?
Do you know the use of 'auto' keyword?
Is c procedural or functional?
What is bubble sort in c?
Is c# a good language?
What are the difference between a free-standing and a hosted environment?
Explain modulus operator.