hii team,
please help me on below item:
we have 2 arrays with some values
array1 = {11,AB,**,67};
array2 = {44,67,11,**};
note : Arrays can contain any kind of data int,spl chars, strings
here need to compare the 2 arrays irrespective of their position... if any value are common then need to throw true/false
please help me