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 are the extraction and insertion operators in c++? Explain with examples.
what Is DCS ? what i will get benefit when i did?
Explain the concept of friend function in c++?
What is polymorphism and its type in c++?
Explain about Garbage Collector?
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?
Incase of a function declaration, what is extern means?
Is c++ double?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is the basic structure of c++ program?
Explain the difference between class and struct in c++?
What is a hash function c++?
Can c++ be faster than c?
Why null pointer is used?
Where is atoi defined?