if array a conatins 'n' elements and array b conatins 'n-1'
elements.array b has all element which are present in array
a but one element is missing in array b. find that
element.
Answer Posted / brijesh
the question says that we have to find the element which is
not there in array b but there in array a. So we can just
compare each element in a with all the elements in b and if
we don't find a match then that is the desired element.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
The __________ attribute is used to announce variables based on definitions of columns in a table?
Why is c used in embedded systems?
Explain what is the benefit of using enum to declare a constant?
What is difference between stdio h and conio h?
What does 3 periods mean in texting?
Here is a neat trick for checking whether two strings are equal
What is the difference between array and structure in c?
In c programming language, how many parameters can be passed to a function ?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
what are the advantages of a macro over a function?
What is a structure and why it is used?
What is the use of a conditional inclusion statement in C?
Which is best linux os?
What is getch c?
When would you use a pointer to a function?