What's the difference between a linked list and an array?
Answer Posted / shatul
an array allocates continous memory allocation whereas a
linked list does not allocates continous memory,
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
How can I read/write structures from/to data files?
What does #pragma once mean?
What is the use of function overloading in C?
Which header file is used for clrscr?
Write a code on reverse string and its complexity.
Define C in your own Language.
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How does pointer work in c?
What is the benefit of using #define to declare a constant?
What does c mean in standard form?
Explain what are bus errors, memory faults, and core dumps?
How can you increase the size of a statically allocated array?
How can I find out the size of a file, prior to reading it in?
What is #include cctype?
Why is sprintf unsafe?