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 / ajay c.
Take a temp variable of datatype of the array element.
Place a[0] in temp.
now for each element in array a compare with all elements
of array b. if any element is not found in array b, that is
the missing element.
what i guess though is that the interviewer may be trying
to look for a short-cut method to achieve the above. So, i
googled it and found a very nice answer:
http://stackoverflow.com/questions/1235033/java-comparing-
two-string-arrays-and-removing-elements-that-exist-in-both-
arrays
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is #include called?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
How pointer is different from array?
What is the difference between char array and char pointer?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are pointers? What are different types of pointers?
Write a program on swapping (100, 50)
How do I round numbers?
What is typedef example?
What is declaration and definition in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What do you mean by c?
Explain what are the __date__ and __time__ preprocessor commands?
What is the use of in c?
What is #include conio h?