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


Please Help Members By Posting Answers For Below Questions

What is #include called?

782


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1144


How pointer is different from array?

804


What is the difference between char array and char pointer?

730


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

904


What are pointers? What are different types of pointers?

808


Write a program on swapping (100, 50)

852


How do I round numbers?

774


What is typedef example?

829


What is declaration and definition in c?

732


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

831


What do you mean by c?

777


Explain what are the __date__ and __time__ preprocessor commands?

842


What is the use of in c?

744


What is #include conio h?

773