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 / ankith.v
Zero th element
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Is it possible to pass an entire structure to functions?
int i=10; printf("%d %d %d", i, i=20, i);
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is c token?
Is sizeof a keyword in c?
What is the purpose of main() function?
Write a code to generate divisors of an integer?
What is the best style for code layout in c?
What are the complete rules for header file searching?
What is a pointer value and address in c?
How to throw some light on the b tree?
Can one function call another?
provide an example of the Group by clause, when would you use this clause
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is the difference between scanf and fscanf?