what is the difference between arrays and linked list
Answer Posted / sumit thokal
arrays are linear data structure
while linked lists are linear and non-linear
in case of linked list :-from point of access strategy it
is linear and from point of storage strategy it is non
linear
| Is This Answer Correct ? | 234 Yes | 57 No |
Post New Answer View All Answers
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is conio h in c?
What is a ternary operator in c?
Why c is known as a mother language?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the benefit of using an enum rather than a #define constant?
explain what is fifo?
code for find determinent of amatrix
Differentiate between ordinary variable and pointer in c.
What is the process to generate random numbers in c programming language?
What does void main () mean?
Which function in C can be used to append a string to another string?
What is the meaning of c in c language?
Is c object oriented?
How can you increase the size of a dynamically allocated array?