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
What is c++ w3school?
What is setf in c++?
Differentiate between an array and a list?
What is insertion sorting?
When do we use copy constructors?
What is the C-style character string?
What is scope resolution operator in c++ with example?
Are there interfaces in c++?
Why do we use structure in c++?
How can I disable the "echo" feature?
what is scupper?
Why is c++ still popular?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What do you mean by friend class & friend function in c++?