If there are 1 to 100 Numbers in array of 101 elements.
Which is the easy way to find repeated number?
Answer Posted / rahul
Binary Tree. But their exists better solution
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the use of this pointer?
Tell me can a pure virtual function have an implementation?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What does it mean to declare a member function as virtual?
Describe exception handling concept with an example?
What does int * mean in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
How do you show the declaration of a virtual constructor?
What is a tree in c++?
How can you tell what shell you are running on unix system?
What is the best it certification?
Write a program which uses Command Line Arguments
Is string an object in c++?
Can a program run without main in c++?
Explain the difference between class and struct in c++?