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}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Jul 14, 2016, 3:39 AM
Bhuvan PandeyPosted Jul 14, 2016, 12:52 AM
Hi Pooja
Trythissolution using LINQ
ketan borsdiyaPosted Jul 14, 2016, 12:45 AM
Nitin SontakkePosted Jul 14, 2016, 12:29 AM
Nirav DaraniyaPosted Jul 14, 2016, 12:25 AM