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


Please Help Members By Posting Answers For Below Questions

What is a pointer in c plus plus?

698


How many levels deep can include files be nested?

654


How can I delete a file?

632


Is c object oriented?

544


How can a program be made to print the line number where an error occurs?

654






List some of the static data structures in C?

765


What is structure and union in c?

605


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

650


how to build a exercise findig min number of e heap with list imlemented?

1614


What is substring in c?

643


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1766


I need a sort of an approximate strcmp routine?

663


What is the use of header files?

610


Explain what is the purpose of "extern" keyword in a function declaration?

625


What is meant by type specifiers?

663