What's the difference between a linked list and an array?
Answer Posted / bsn.teja
answers 1,2,3,4,5,11,13 gives the entire difference between
array and linked list.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a pointer in c plus plus?
What is declaration and definition in c?
How can I list all of the predefined identifiers?
I have seen function declarations that look like this
Why is c called c?
Write a program that accept anumber in words
What are the functions to open and close the file in c language?
Write a program to reverse a given number in c?
How can I insert or delete a line (or record) in the middle of a file?
What does volatile do?
What does int main () mean?
What 'lex' does?
How is pointer initialized in c?
Is using exit() the same as using return?
Why doesnt long int work?