What's the difference between a linked list and an array?
Answer Posted / presto
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 ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the stack in c?
Explain the use of bit fieild.
Can you write a programmer for FACTORIAL using recursion?
Describe the modifier in c?
What is typedef example?
What is a shell structure examples?
how to count no of words,characters,lines in a paragraph.
What are identifiers c?
What is the difference between malloc() and calloc() function in c language?
What is difference between function overloading and operator overloading?
Describe the order of precedence with regards to operators in C.
What is type qualifiers?
How can I access an I o board directly?
What is uint8 in c?
What is the difference between formatted&unformatted i/o functions?