What's the difference between a linked list and an array?
Answer Posted / div
In an array elments accessing is easy. Accessing time of
1st element and 1000th element is same,but not in linked lists.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the features of c language?
I came across some code that puts a (void) cast before each call to printf. Why?
What is meant by int main ()?
What are the main characteristics of c language describe the structure of ac program?
What is the return type of sizeof?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is calloc() function?
What is the difference between formatted&unformatted i/o functions?
What is new line escape sequence?
Are pointers integers in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Can an array be an Ivalue?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What does & mean in scanf?
How do I swap bytes?