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
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Explain how to manage pagination in a page using .net?
What is managed code in .NET?
State the various features present in .NET?
What is the intermediate language between asp and asp.net1.0?
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Please explain what is a delegate?
What do the terms “boxing” and “unboxing” mean?
How to implement CAS in .Net?
What do you mean by web service?
Please explain is the jit an interpreter?
What are the new 2.0 features useful for?
What is the native image generator?
Explain security measures exist for .net remoting in system.runtime.remoting?
The project which you have made, which methodology did you use?