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 / sanket
take first element of array a then compare with all the elements in array b.
if it matches take second element in array a and do the same like this u will get the missing elements.
and depending on the size of the array there are different methods..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain goto?
Write a program with dynamically allocation of variable.
How can I use a preprocessorif expression to ?
What does char * * argv mean in c?
What are global variables and explain how do you declare them?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Where local variables are stored in c?
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 is the general form of a C program?
What functions are used in dynamic memory allocation in c?
What is the difference between functions abs() and fabs()?
What is logical error?
provide an example of the Group by clause, when would you use this clause
What is console in c language?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics