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


Please Help Members By Posting Answers For Below Questions

What is switch in c?

862


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

886


What is malloc return c?

802


how to write a c program to print list of fruits in alpabetical order?

2075


Differentiate between calloc and malloc.

1018


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

1021


Write a program to swap two numbers without using the third variable?

827


How do you search data in a data file using random access method?

1097


How do I get a null pointer in my programs?

854


what is ur strangth & weekness

2043


What is a program flowchart and explain how does it help in writing a program?

984


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1696


How is actual parameter different from the formal parameter?

802


Why is main function so important?

852


What is c token?

832