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
What is linear search?
What does calloc stand for?
What is maximum size of array in c?
What is ponter?
Explain do array subscripts always start with zero?
How can I make it pause before closing the program output window?
How are pointers declared in c?
Explain how do you generate random numbers in c?
How do you print only part of a string?
What is the use of parallelize in spark?
What is a program flowchart?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is void c?
What are global variables and how do you declare them?