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

What are the usage of pointer in c?

916


Do variables need to be initialized?

807


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

967


What are pointers? Why are they used?

851


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2475


#include { printf("Hello"); } how compile time affects when we add additional header file .

1656


What are identifiers and keywords in c?

768


Explain what are the __date__ and __time__ preprocessor commands?

861


Explain what is a 'locale'?

794


What are qualifiers in c?

774


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1096


Explain the advantages and disadvantages of macros.

845


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

853


C language questions for civil engineering

1476


Can a void pointer point to a function?

767