how to swap two numbers in a linked list without exchanging
the data but only the links?
Answer Posted / siva
head points 20
head=head->link;
link->next;
link->head=head->next
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how to making game in c++ ?
Name the different types of stl containers.
How do you convert stl to steps?
Why should a c++ programmer be interested in stl?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
Can we use stl in coding interviews?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
What is the use of stl?
write a program to convert a decimal number in to its equivalent binary number?
What do stl stand for?
What are the various types of stl containers?
How is stl different from c++ standard library?
What are the different types of stl containers?
Who created stl?