Answer Posted / narendra singh
linked list means node which is connected each other with
a line. it means that each node is connected with another
one. Each node of the list hold the referance of the next
node.
if we talk about the sorted linked list , it is also a list
just like another list. but the differce is only that it
hold all the nodes in a sequantial manner either in
accending order decending order
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In what scenario does the Logical file and Physical file being used?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Is stl part of c++ standard?
What is meant by stl in c++?
What are the components of stl?
Is string part of stl?
Name the different types of stl containers.
How is stl different from c++ standard library?
What are stl algorithms?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
write a program to convert a decimal number in to its equivalent binary number?
Who created stl?
What are the different types of stl containers?
how to use C++?
What is the use of stl?