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
Explain what’s a signal? Explain what do I use signals for?
i have a written test for microland please give me test pattern
What is the use of sizeof () in c?
Is swift based on c?
Why is %d used in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is the use of #define preprocessor in c?
How would you rename a function in C?
Tell me when would you use a pointer to a function?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Explain how do you print an address?
What does main () mean in c?
Can we replace the struct function in tree syntax with a union?
In a switch statement, explain what will happen if a break statement is omitted?
What is sizeof c?