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 / bhavik
It is not true that there is a[0] missing.
Because as per my knowledge array is starting from a[0] and
running up to a[n] continuously.
But if my ans is wrong then sorry and please send me right ans.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What is openmp in c?
When is a null pointer used?
What is getche() function?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What functions are used in dynamic memory allocation in c?
How are strings stored in c?
Why pointers are used in c?
What the advantages of using Unions?
Do you know what are the properties of union in c?
Which function in C can be used to append a string to another string?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Why dont c comments nest?
All technical questions
What is the scope of local variable in c?
Explain what is the benefit of using enum to declare a constant?