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 / navs
a[n] is missing in b bcoz a contains n,(n-1),(n-2)....
and b contains n-1,n-2,.....so hear n is missing
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain what is #line used for?
What is the function of volatile in c language?
Explain the use of keyword 'register' with respect to variables.
What is calloc in c?
How many keywords (reserve words) are in c?
explain what are actual arguments?
Can include files be nested? How many levels deep can include files be nested?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What do you mean by Recursion Function?
Define Spanning-Tree Protocol (STP)
Differentiate between the = symbol and == symbol?
What is time complexity c?
What are the parts of c program?
What is the use of #include in c?