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 union be self referenced?

0 Answers  


Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


Why do we need pointers?

0 Answers  


Is string an object in c++?

0 Answers  


What are shallow and deep copy?

0 Answers  






Write about the role of c++ in the tradeoff of safety vs. Usability?

0 Answers  


What is difference between rand () and srand ()?

0 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


How does java differ from c and c++?

0 Answers  


How can a called function determine the number of arguments that have been passed to it?

0 Answers  


Comment on assignment operator in c++.

0 Answers  


How does atoi function work?

0 Answers  


Categories