if array a conatins 'n' elements and array b conatins 'n-1'
elements.array b has all element which are present in array
a but one element is missing in array b. find that
element.
Answer Posted / nikita
add the sum of elements in array a and then that of array
b.. subtract the sums of the two arrays a and b. ul get the
missing element
Is This Answer Correct ? | 48 Yes | 1 No |
Post New Answer View All Answers
Explain why C language is procedural?
Is javascript written in c?
What is the size of structure in c?
Explain how can I open a file so that other programs can update it at the same time?
Why does this code crash?
Explain do array subscripts always start with zero?
What is the difference between #include
How do we print only part of a string in c?
What are c identifiers?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Compare and contrast compilers from interpreters.
What are near, far and huge pointers?
What are two dimensional arrays alternatively called as?
What is the purpose of void in c?
What are the 32 keywords in c?