find out the common elements in given 2 arrays ?
int[] arra1={1,4,2,8,7};
int[] arr2={7,5,9,1,0,2,6};
don't use Linq functions
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.
Rajeesh MenothPosted Jul 24, 2016, 5:10 AM
Kavi NithyasriPosted Jul 24, 2016, 3:40 AM
Rajeesh MenothPosted Jul 24, 2016, 2:42 AM
2
7
Bikesh SrivastavaPosted Jul 23, 2016, 11:32 PM