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 / navs
a[n] is missing in b bcoz a contains n,(n-1),(n-2)....
and b contains n-1,n-2,.....so hear n is missing
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What are the types of data files?
What is const keyword in c?
what is recursion in C
When should I declare a function?
Can include files be nested? How many levels deep can include files be nested?
What is memory leak in c?
How can I find out the size of a file, prior to reading it in?
What are the application of void data type in c?
What does c in a circle mean?
What is #ifdef ? What is its application?
Explain pointer. What are function pointers in C?
What does calloc stand for?
if p is a string contained in a string?
Why is c called "mother" language?
Differentiate between static and dynamic modeling.