Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain what is meant by high-order and low-order bytes?

1091


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1431


Can you apply link and association interchangeably?

1178


What is an auto keyword in c?

1146


How do I convert a string to all upper or lower case?

1173


Differentiate between #include<...> and #include '...'

1116


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2843


What is %d used for?

1091


In which header file is the null macro defined?

1402


What are the types of functions in c?

1036


What is void pointers in c?

1066


what will be maximum number of comparisons when number of elements are given?

1952


How many identifiers are there in c?

1085


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2414


Explain can the sizeof operator be used to tell the size of an array passed to a function?

1117