Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is protected inheritance?

0 Answers  


Can we use clrscr in c++?

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


What sorting algorithm does c++ use?

0 Answers  






What are protected members in c++?

0 Answers  


What compiler was used?

6 Answers   Intel,


Can we distribute function templates and class templates in object libraries?

0 Answers  


Define what is constructor?

0 Answers  


What is :: operator in c++?

0 Answers  


What is array give example?

0 Answers  


Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


Categories