difference between the array and linked list
general difference related to memory
Answer Posted / shravan katta
array allocated statically
linked list dynamic memory allocation
in the linked list have to remove the node at run time
but can't remove the array node
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how is the examination pattern?
Why c language is called c?
How do you list a file’s date and time?
How can I generate floating-point random numbers?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is volatile variable how do you declare it?
What extern c means?
How pointers are declared?
What are the data types present in c?
What is meant by inheritance?
Why & is used in c?
What happens if a header file is included twice?
#include
Where are some collections of useful code fragments and examples?
What is getch () for?