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 / sumanth

firt do sum of n elements in first array a i.e., n(n+1)/2
next the sum of n-1 elements in second array b i.e., n(n-1)/2...
from diff of these 2 sums we will get the missing element in b

Is This Answer Correct ?    30 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

838


What is getch () for?

870


Can a local variable be volatile in c?

754


How to write a multi-statement macro?

802


How many types of operators are there in c?

788


What are the characteristics of arrays in c?

790


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

984


How many types of sorting are there in c?

797


What is a far pointer in c?

774


Why is c known as a mother language?

947


What is exit() function?

737


What is pointer to pointer in c language?

778


What are the different types of linkage exist in c?

765


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1896


What is the difference between fread and fwrite function?

817