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
What does stand for?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is 1f in c?
define string ?
what is the role you expect in software industry?
What is the difference between scanf and fscanf?
What are the types of functions in c?
difference between object file and executable file
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is the difference between c and python?
What is difference between function overloading and operator overloading?
What is difference between %d and %i in c?
What is volatile variable in c with example?
Explain how can a program be made to print the line number where an error occurs?