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
Is it possible to use curly brackets ({}) to enclose single line code in c program?
what is the format specifier for printing a pointer value?
What is wrong with this program statement?
I heard that you have to include stdio.h before calling printf. Why?
What is the role of && operator in a program code?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What will the preprocessor do for a program?
What are the uses of a pointer?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Explain logical errors? Compare with syntax errors.
Explain how can a program be made to print the name of a source file where an error occurs?
What is typedf?
What is structure in c explain with example?
What are void pointers in c?
What is an expression?