What's the difference between a linked list and an array?
Answer Posted / paridhi
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 ? | 30 Yes | 0 No |
Post New Answer View All Answers
Difference between exit() and _exit() function?
Why do we use header files in c?
What oops means?
Stimulate calculator using Switch-case-default statement for two numbers
develop algorithms to add polynomials (i) in one variable
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is void pointers in c?
What is scope rule of function in c?
How can I list all of the predefined identifiers?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the difference between far and near ?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How to write a code for reverse of string without using string functions?
Why clrscr is used in c?