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
When we use void main and int main?
write a c program in such a way that if we enter the today date the output should be next day's date.
What are the types of type qualifiers in c?
What is c system32 taskhostw exe?
What does c mean in basketball?
what is the format specifier for printing a pointer value?
Describe newline escape sequence with a sample program?
Is it acceptable to declare/define a variable in a c header?
Is a pointer a kind of array?
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..
What are the functions to open and close the file in c language?
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);
What is the significance of c program algorithms?
Describe static function with its usage?
in iso what are the common technological language?