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
Why does this code crash?
What is 1d array in c?
How do you list a file’s date and time?
What is preprocessor with example?
can any one provide me the notes of data structure for ignou cs-62 paper
Why void is used in c?
What are the features of c language?
What are structure types in C?
Is it possible to initialize a variable at the time it was declared?
Write a program with dynamically allocation of variable.
What are lookup tables in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is hash table in c?
What is the translation phases used in c language?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.