Murali P

Murali P

  • 1.2k
  • 190
  • 16.5k

comparision of arrays

Oct 17 2023 10:32 AM

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


Answers (2)