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 / jay
Guys all this answer where work for integer but what about string and characters???????????????
they r not going to work on that!!!!!!!!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is the purpose of the preprocessor directive error?
What is function pointer c?
When should I declare a function?
Is it valid to address one element beyond the end of an array?
How many types of arrays are there in c?
What is a char in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
When is a void pointer used?
What does c mean before a date?
Explain what’s a signal? Explain what do I use signals for?
What is pivot in c?
Is sizeof a keyword in c?
What is a constant?
What is define c?