any one knows how to write this program:-
given two arrays A and B . array 'A' contains all the elements of 'B' but one more element extra. write a c++ function which accepts array 'A' and 'B' and its size as arguments/parameters and find out the extra element in array A.(restriction:-array elemts are not in order).
help me if you know the answer...............