what is the difference between arrays and linked list
Answer Posted / thanu
arrays: staticaly allocating memory
easy to traverse
memory wastage
linked list:runtime allocation
difficult to traverse
efficient usag of memory
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Write a program to show the change in position of a cursor using c
How can I write functions that take a variable number of arguments?
When is a null pointer used?
Where is c used?
What are the differences between Structures and Arrays?
Does free set pointer to null?
What are data structures in c and how to use them?
How does sizeof know array size?
Where static variables are stored in c?
Is c++ based on c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is NULL pointer?
What is a file descriptor in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is the purpose of void in c?