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

Can we change the basic meaning of an operator in c++?

0 Answers  


What does int * mean in c++?

0 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


What can I use instead of namespace std?

0 Answers  


program to print this triangle * * * * * *

12 Answers   Infosys,






Is dev c++ free?

0 Answers  


Explain rethrowing exceptions with an example?

0 Answers  


Is ca high or low level language?

0 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


What is heap sort in c++?

0 Answers  


How to create a pure virtual function?

1 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,


Categories