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

general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

588


How a string is stored in c?

587


Is linux written in c?

598


Which is an example of a structural homology?

784


Is malloc memset faster than calloc?

614






What is a ternary operator in c?

652


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

646


Explain why c is faster than c++?

572


Can a variable be both const and volatile?

674


What is the total generic pointer type?

724


Write a program to check whether a number is prime or not using c?

574


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2268


What is wrong with this program statement? void = 10;

818


Explain pointers in c programming?

632


What does main () mean in c?

613