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
Can we compile a program without main() function?
Describe the modifier in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Why c is called procedure oriented language?
What is a struct c#?
What are the advantage of c language?
How can I prevent another program from modifying part of a file that I am modifying?
What is operator promotion?
What is a class c rental property?
What are the advantages of external class?
write a program to print largest number of each row of a 2D array
What is variables in c?
how to find anagram without using string functions using only loops in c programming
What is a macro, and explain how do you use it?
How many keywords (reserve words) are in c?