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
Hi can anyone tell what is a start up code?
Why can arithmetic operations not be performed on void pointers?
What is an array? What the different types of arrays in c?
What is a macro?
Explain the difference between malloc() and calloc() in c?
Explain the difference between exit() and _exit() function?
Can the “if” function be used in comparing strings?
Can you please explain the difference between strcpy() and memcpy() function?
Write a program to print fibonacci series using recursion?
What is the use of ?: Operator?
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)
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the use of static variable in c?
Difference between macros and inline functions? Can a function be forced as inline?
What is volatile, register definition in C