There is a array of 99 cells and we have to enter 1-100
elements in it , no two elements would repeat , so the is one
no. missing because 99 cells and 1-100 nos. so we had to
implement a function to find that missing no.
Answers were Sorted based on User's Feedback
Answer / amty
Get the sum of numbers
total = n*(n+1)/2
Subtract all the numbers from sum and
you will get the missing number.
| Is This Answer Correct ? | 41 Yes | 2 No |
Answer / shiva sahu
Get the sum of numbers
total = n*(n+1)/2
Subtract all the numbers from sum and
you will get the missing number.
this is not mine,but this ans is right
| Is This Answer Correct ? | 22 Yes | 0 No |
Why do we need constructors in c++?
What is oops in c++?
Why we use #include iostream in c++?
What is the use of vtable?
Give an example of run-time polymorphism/virtual functions.
Live example for static function?
What is the use of the this pointer?
What is c++ used for in games?
What is the full form of india?
What are the advantages of using a pointer?
What is a multiset c++?
Is dev c++ a good compiler?