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

Guys all this answer where work for integer but what about string and characters???????????????
they r not going to work on that!!!!!!!!!!

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2438


Define the scope of static variables.

843


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3952


Explain how can I write functions that take a variable number of arguments?

816


How can I sort more data than will fit in memory?

893


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

3582


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2467


How will you write a code for accessing the length of an array without assigning it to another variable?

836


How can I find out if there are characters available for reading?

875


What is the difference between abs() and fabs() functions?

874


What is a protocol in c?

766


What is structure data type in c?

764


Do you know pointer in c?

819


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1734


What are the different types of constants?

851