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
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?
Define the scope of static variables.
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
Explain how can I write functions that take a variable number of arguments?
How can I sort more data than will fit in memory?
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.
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How will you write a code for accessing the length of an array without assigning it to another variable?
How can I find out if there are characters available for reading?
What is the difference between abs() and fabs() functions?
What is a protocol in c?
What is structure data type in c?
Do you know pointer in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are the different types of constants?