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 / ajnr
if and only if it is a sorted array which consists of nos
and the elements compare have the same index no. then the
element missing in array 'b' will obviously be the 'nth'
element of array 'a'...... but this is true if the above
conditions are satisfied
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is else if ladder?
Explain what’s a signal? Explain what do I use signals for?
What is meant by int main ()?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are the types of pointers?
What are valid operations on pointers?
What are the advantages of using linked list for tree construction?
Are c and c++ the same?
What is the correct code to have following output in c using nested for loop?
Why can't I perform arithmetic on a void* pointer?
What does 2n 4c mean?
Explain zero based addressing.
What is the difference between test design and test case design?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is the usage of the pointer in c?