What's the difference between a linked list and an array?
Answer Posted / ashish chauhan
A linked list consists of data nodes, each pointing to the
next in the list. An array consists of contiguous chunks
memory of predetermined size
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the most efficient way to count the number of bits which are set in an integer?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
How do you define a function?
Is it possible to execute code even after the program exits the main() function?
Is exit(status) truly equivalent to returning the same status from main?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Is main is user defined function?
Where can I get an ansi-compatible lint?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is a MAC Address?
Is null a keyword in c?
Place the #include statement must be written in the program?
Why is structure important for a child?
What is a constant?
Should I learn c before c++?