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

Why can’t you call invariants() as the first line of your constructor?

0 Answers  


What is the difference between a definition and a declaration?

0 Answers  


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


How do you clear a buffer in c++?

0 Answers  


What is the use of bit fields in structure declaration?

0 Answers  






pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1

4 Answers  


What is exception handling? Does c++ support exception handling?

0 Answers  


Explain deep copy and a shallow copy?

0 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  


How do I start a c++ project?

0 Answers  


what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


What c++ library is string in?

0 Answers  


Categories