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
What is pragma c?
In which language linux is written?
Can you think of a logic behind the game minesweeper.
What is #line?
Explain spaghetti programming?
What is the difference between far and near ?
What is the difference between the local variable and global variable in c?
When we use void main and int main?
why programs in c are running with out #include
What is calloc in c?
Why we use void main in c?
What is function prototype in c with example?
Explain the use of 'auto' keyword in c programming?
What is typeof in c?
Is int a keyword in c?