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
Please explain the difference between constants and read-only variables?
What is reflection in microsoft .net context?
What are the different types of remote object creation mode in .net?
Is .net an object oriented language? What are their components?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Write the .net syntax for 'for loop'?
What are pdbs?
What is meant by localization?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
How to load a user control dynamically in runtime?
Explain assemblies in .net?
Which dll is required to translate xml to sql in internet information server (iis)?
What are the important components of .net?
Differentiate between managed and unmanaged code?