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
explain what are pointers?
What is void main ()?
Explain why c is faster than c++?
Compare array data type to pointer data type
What is the correct declaration of main?
using only #include
Is int a keyword in c?
Differentiate between declaring a variable and defining a variable?
Does sprintf put null character?
what is different between auto and local static? why should we use local static?
What is table lookup in c?
what is a function method?give example?
What is the advantage of using #define to declare a constant?
What is pragma in c?
What is mean by data types in c?