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 / sanket
take first element of array a then compare with all the elements in array b.
if it matches take second element in array a and do the same like this u will get the missing elements.
and depending on the size of the array there are different methods..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how can use subset in c program and give more example
What are multibyte characters?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are the uses of a pointer?
What are the different properties of variable number of arguments?
what will be the output for the following main() { printf("hi" "hello"); }
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
main() { printf("hello"); fork(); }
Which is best book for data structures in c?
Do you know the use of fflush() function?
What is the difference between call by value and call by reference in c?
What are the 5 elements of structure?
Why is c still so popular?
i want to know the procedure of qualcomm for getting a job through offcampus
Explain the Difference between the New and Malloc keyword.