How do you find out if a linked-list has an end? (I.e. The list is not a cycle)


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 struct and class?

1 Answers  


What is function overriding?

1 Answers  


What are manipulators used for?

0 Answers  


Show the declaration for a static function pointer.

0 Answers  


What happens when you make call 'delete this;'?

0 Answers  






What is the use of 'using' declaration in c++?

0 Answers  


Is recursion allowed in inline functions?

0 Answers  


Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


What is flush programming?

0 Answers  


Why do we need runtime polymorphism in c++?

0 Answers  


what are the decision making statements in C++? Explain if statement with an example?

0 Answers  


What is the disadvantage of using a macro?

0 Answers  


Categories