i have an array of 10 objects whose values are from 1-10
randomly inserted. i have deleted one array object.
tell me what is that value? write the logic of it.
Answer Posted / rajani
Suren is right to some extent.if in case of random 10 number also. first take the sum of all numbers by running a loop. then delete a number . again run the loop and find the sum then subtract second from first .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is Code group in .Net with respect to CAS
Explain how garbage collection works?
Explain memory-mapped files.
What is stored procedure ? how we use it in .NET ?
How to get the number after decimal point in .net?
What are nullable types in .NET
What is .net core used for?
Define code access security (cas)?
Explain about .net?
How can you assign an rgb color to a system.drawing.color object?
Explain the features that are common to all .Net languages.
How is meant by dll in .net?
Please explain what are an object and a class?
Explain the process of serialization in .NET?