What's the difference between a linked list and an array?
Answer Posted / valli
Array is statically allocated group. Linked list is
dynamically allocated group.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How does struct work in c?
What do you mean by scope of a variable in c?
What is C language ?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is switch in c?
Write a program to check armstrong number in c?
How can I manipulate strings of multibyte characters?
What are the three constants used in c?
Explain what is the difference between far and near ?
What is preprocessor with example?
What is function prototype in c with example?
What is derived datatype in c?
Why n++ execute faster than n+1 ?
How to implement a packet in C
How would you use the functions fseek(), freed(), fwrite() and ftell()?