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 the difference between struct and union in C?
What are all different types of pointers in c?
Where register variables are stored in c?
What is a pointer on a pointer in c programming language?
Why is c still so popular?
What will be the outcome of the following conditional statement if the value of variable s is 10?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is a struct c#?
What is difference between %d and %i in c?
Differentiate between declaring a variable and defining a variable?
Explain what are multidimensional arrays?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain Basic concepts of C language?
Does c have an equivalent to pascals with statement?
explain what is a newline escape sequence?