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

Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


what is a reference variable in C++?

0 Answers  


WHO DEVELOPED C++?

6 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


What is the iunknown interface?

0 Answers  






Explain terminate() function?

0 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


What does std :: flush do?

0 Answers  


How do you traverse a btree in backward in-order?

0 Answers  


What about Virtual Destructor?

1 Answers   Virtusa,


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

0 Answers  


Is java easier than c++?

0 Answers  


Categories