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 / guest
a[0]
| Is This Answer Correct ? | 3 Yes | 32 No |
Post New Answer View All Answers
How can you call a function, given its name as a string?
What is a structure in c language. how to initialise a structure in c?
difference between Low, Middle, High Level languages in c ?
How was c created?
what value is returned to operating system after program execution?
What is floating point constants?
What is return in c programming?
Is r written in c?
Write a program to implement queue.
What is string constants?
Why is a semicolon (;) put at the end of every program statement?
What is ponter?
What is the difference between variable declaration and variable definition in c?
Explain what is #line used for?
Explain argument and its types.