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
What is string function in c?
How will you find a duplicate number in a array without negating the nos ?
Are comments included during the compilation stage and placed in the EXE file as well?
What is include directive in c?
What is the purpose of & in scanf?
Is main an identifier in c?
Why c is called procedure oriented language?
Differentiate between null and void pointers.
What is a nested formula?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
How can I call a function with an argument list built up at run time?
What is the c value paradox and how is it explained?
What are the functions to open and close file in c language?
When is a null pointer used?
What is operator promotion?