How do you write a function that can reverse a linked-list?


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

Post New Answer

More C++ General Interview Questions

What is the difference between a template and a macro?

0 Answers  


What is the difference between public, private, and protected access?

0 Answers  


Adobe Interview & Adobe Placement Paper

1 Answers   Adobe,


Explain the auto storage classes in c++.

0 Answers  


what do you mean by volatile variable?

0 Answers  






What is the best way to declare and define global variables?

0 Answers  


Explain deep copy?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


Why is main an int?

0 Answers  


write a program in c++ to implement stack using functions in header file stack.h

3 Answers   Google, Subex,


Is c++ an oop?

0 Answers  


What is a pdb file?

0 Answers  


Categories