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 / suren
its simple for guys 4m Engineering background.
if u have an idea with series of numbers, (n(n+1)/2)
first take the sum of all the objects in array, next
subtrat the sum of arrays after deletion of object. this
will give you the deleted object value.
1,2,3... 10; sum = 10(10+1)/2=55
suppose the value of object deleted is 6;
then sum of the array after deletion will be 49;
55-49=6 ANS:
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Is there any thread in our .net programs?
Which namespace is used to support multithearding in .NET?
What is the use of immutability?
Difference abstract class and interface in .net?
What do you mean by web service?
Differences between namespace, class, assembly?
SAP Business One(this is intigrated tool of .net)
Explain what is the difference between constants and read-only variables?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is the difference between reference type and value type?
Tell us what is heap and what is stack?
Please explain what is the difference between encrypting a password and applying a hashing?
How is threading done in .net?