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 this pointer?

0 Answers  


Who discovered c++?

0 Answers  


In a function declaration what does extern means?

0 Answers   Flextronics,


What is the most common mistake on c++ and oo projects?

0 Answers  


We use library functions in the program, in what form they are provided to the program?

0 Answers  


Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


Differentiate between late binding and early binding.

0 Answers  


Is c++ platform dependent?

0 Answers  


What are the 3 levels of programming languages?

0 Answers  


What are the implicit member functions of class?

0 Answers  


Tell me an example where stacks are useful?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


Categories