Pooja Singh

Pooja Singh

  • NA
  • 233
  • 53.2k

Basic C# program

Jul 13 2016 2:06 PM
How to implement the program in c# two array value store one new array & unique value in both array.
 
Example-arry[]a={1,2,3,4,5}
array[]=array[]b={5,4,3,9,7}
Output find-
array[]c={1,2,9,7}

Answers (5)