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 / rasika
The answers are only applicable to array of numbers.. what
if the array is of strings..?
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is dynamic memory allocation?
What are the benefits of c language?
What is the use of a ‘ ’ character?
Why is python slower than c?
What does %c do in c?
Is array name a pointer?
Explain the properties of union. What is the size of a union variable
write a program to print largest number of each row of a 2D array
What is memory leak in c?
Write a program to print "hello world" without using a semicolon?
List the different types of c tokens?
What is function definition in c?
What is the use of printf() and scanf() functions?
What is the use of #include in c?