What's the difference between a linked list and an array?
Answer Posted / presto
An array is simply a collection of variables of similar
datatype while a linklist is a collection of nodes where
each node is a combination of a data value and pointer to
another record.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the types of variables in c?
Write a program to check whether a number is prime or not using c?
How can I manipulate individual bits?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What are 'near' and 'far' pointers?
How does placing some code lines between the comment symbol help in debugging the code?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is the difference between printf and scanf )?
What are the modifiers available in c programming language?
What does emoji p mean?
Is file a keyword in c?
What’s the special use of UNIONS?
What is the difference between Printf(..) and sprint(...) ?
Explain low-order bytes.
Describe dynamic data structure in c programming language?