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 a catch statement?

0 Answers  


How would you use the functions sin(), pow(), sqrt()?

0 Answers  


Is c++ still being used?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


Explain the term memory alignment?

0 Answers  






What is overloading unary operator?

0 Answers  


Do inline functions improve performance?

0 Answers  


What is the difference between while and do while loop?

0 Answers  


Describe linked list using C++ with an example.

0 Answers  


What is a c++ vector?

0 Answers  


Why do we use classes in programming?

0 Answers  


How does class accomplish data hiding in c++?

0 Answers  


Categories