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
Can we change the basic meaning of an operator in c++?
What does int * mean in c++?
What is size of a object of following class? class Foo { public: void foo(){} }
What can I use instead of namespace std?
program to print this triangle * * * * * *
Is dev c++ free?
Explain rethrowing exceptions with an example?
Is ca high or low level language?
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++?
How to create a pure virtual function?
Is there something that we can do in C and not in C++?