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
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Disadvantages of C language.
Can you write the algorithm for Queue?
Is that possible to add pointers to each other?
What are the advantages of c language?
What is scope rule of function in c?
How can you restore a redirected standard stream?
Lists the benefits of c programming language?
What is the scope of an external variable in c?
Is there sort function in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What tq means in chat?
What is getche() function?
How do I create a directory? How do I remove a directory (and its contents)?
#include