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


Please Help Members By Posting Answers For Below Questions

Hi can anyone tell what is a start up code?

1823


Why can arithmetic operations not be performed on void pointers?

794


What is an array? What the different types of arrays in c?

849


What is a macro?

851


Explain the difference between malloc() and calloc() in c?

785


Explain the difference between exit() and _exit() function?

884


Can the “if” function be used in comparing strings?

765


Can you please explain the difference between strcpy() and memcpy() function?

803


Write a program to print fibonacci series using recursion?

808


What is the use of ?: Operator?

882


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

851


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2623


What is the use of static variable in c?

796


Difference between macros and inline functions? Can a function be forced as inline?

908


What is volatile, register definition in C

883