TITLE:-
Print Array intersection
PROBLEM:-
Given two random integer arrays, print their intersection. That is, print all the elements that are present in both the given arrays.
Input arrays can contain duplicate elements.
Note : Order of elements are not important
Input format :
Output format :
Constraints :
Sample Input 1 :
Sample Output 1 :
Sample Input 2 :
Sample Output 2 :
If you have any doubts then please let me know... ConversionConversion EmoticonEmoticon