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
Explain the use of bit fieild.
differentiate built-in functions and user – defined functions.
What is void pointers in c?
Do you have any idea about the use of "auto" keyword?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Discuss the function of conditional operator, size of operator and comma operator with examples.
Why isn't it being handled properly?
What is the difference between text and binary modes?
What is the difference between array and linked list in c?
What are the characteristics of arrays in c?
Explain what are multibyte characters?
Can we use visual studio for c?
Explain how can a program be made to print the name of a source file where an error occurs?
How to create struct variables?
What is difference between far and near pointers?