What's the difference between a linked list and an array?
Answer Posted / paridhi
An array is simply a collection of variables of similar
datatype while a linklist is a collection of nodes where
each node is a combination of a data value and pointer to
another record.
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
Write the control statements in C language
What is the best organizational structure?
What is hashing in c?
Compare and contrast compilers from interpreters.
Explain union.
What does s c mean on snapchat?
What is memcpy() function?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is ambagious result in C? explain with an example.
Explain can you assign a different address to an array tag?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Differentiate between declaring a variable and defining a variable?
What does do in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
Compare interpreters and compilers.