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 switch in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is malloc return c?
how to write a c program to print list of fruits in alpabetical order?
Differentiate between calloc and malloc.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Write a program to swap two numbers without using the third variable?
How do you search data in a data file using random access method?
How do I get a null pointer in my programs?
what is ur strangth & weekness
What is a program flowchart and explain how does it help in writing a program?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How is actual parameter different from the formal parameter?
Why is main function so important?
What is c token?