Problem statement:
Given two array as follows.
a1[] = {1, 2, 3, 4, 5}
a2[] = {1, 2, 3, 0, 5}
we need to find out the missing element in second array which is present in first array, but not in second array.
Given two array as follows.
a1[] = {1, 2, 3, 4, 5}
a2[] = {1, 2, 3, 0, 5}
we need to find out the missing element in second array which is present in first array, but not in second array.
No comments:
Post a Comment