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

When we use void main and int main?

831


write a c program in such a way that if we enter the today date the output should be next day's date.

1928


What are the types of type qualifiers in c?

856


What is c system32 taskhostw exe?

808


What does c mean in basketball?

785


what is the format specifier for printing a pointer value?

802


Describe newline escape sequence with a sample program?

896


Is it acceptable to declare/define a variable in a c header?

888


Is a pointer a kind of array?

853


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1792


What are the functions to open and close the file in c language?

820


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1597


What is the significance of c program algorithms?

898


Describe static function with its usage?

890


in iso what are the common technological language?

1879