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
Can a local variable be volatile in c?
What is main () in c?
What are the types of i/o functions?
What is the purpose of the statement: strcat (S2, S1)?
Explain the difference between exit() and _exit() function?
Stimulate calculator using Switch-case-default statement for two numbers
how to build a exercise findig min number of e heap with list imlemented?
What does c mean in basketball?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
write a program to print largest number of each row of a 2D array
What does the function toupper() do?
what do the 'c' and 'v' in argc and argv stand for?
Explain why c is faster than c++?
What is the hardest programming language?
Explain what standard functions are available to manipulate strings?