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
How is null defined in c?
What is a MAC Address?
What is atoi and atof in c?
What is "Hungarian Notation"?
What type of function is main ()?
What is the use of define in c?
List a few unconditional control statement in c.
Why clrscr is used in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What do mean by network ?
In which language linux is written?
Without Computer networks, Computers will be half the use. Comment.
given post order,in order construct the corresponding binary tree
What is storage class?
What is the use of typedef in c?