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 / ajnr

if and only if it is a sorted array which consists of nos
and the elements compare have the same index no. then the
element missing in array 'b' will obviously be the 'nth'
element of array 'a'...... but this is true if the above
conditions are satisfied

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does stand for?

861


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3680


What is 1f in c?

2315


define string ?

884


what is the role you expect in software industry?

1896


What is the difference between scanf and fscanf?

912


What are the types of functions in c?

771


difference between object file and executable file

6364


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1708


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1440


What is the difference between c and python?

830


What is difference between function overloading and operator overloading?

882


What is difference between %d and %i in c?

931


What is volatile variable in c with example?

796


Explain how can a program be made to print the line number where an error occurs?

953