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


Please Help Members By Posting Answers For Below Questions

What is string length in c?

618


How can I rethow can I return a sequence of random numbers which dont repeat at all?

708


Why is c not oop?

541


Give me the code of in-order recursive and non-recursive.

890


c program for searching a student details among 10 student details

1658






How can you determine the maximum value that a numeric variable can hold?

643


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

681


Differentiate fundamental data types and derived data types in C.

621


Can we replace the struct function in tree syntax with a union?

784


Explain how do you determine the length of a string value that was stored in a variable?

672


Process by which one bit pattern in to another by bit wise operation is?

617


is it possible to create your own header files?

648


How do you construct an increment statement or decrement statement in C?

747


Explain what are the different file extensions involved when programming in c?

639


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

656