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
What is variable and explain rules to declare variable in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
If you know then define #pragma?
what are enumerations in C
Explain the priority queues?
What are the different types of pointers used in c language?
Write a program to reverse a linked list in c.
How are Structure passing and returning implemented by the complier?
Why does not c have an exponentiation operator?
Is fortran faster than c?
What is difference between structure and union?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is c mainly used for?
What is echo in c programming?
Explain how do you search data in a data file using random access method?