tell about sorted linked list
Answer / 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 |
What are the different types of stl containers?
Explain when u will use Observer pattern and how u will implement in c++ .
why & sign is used in copy constructor
write a program to convert a decimal number in to its equivalent binary number?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
method overloading means what?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
give me the defination of inheritance?
What do stl stand for?
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
Define stl.
How does an stl file work?