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 / guest
a[0]
| Is This Answer Correct ? | 3 Yes | 32 No |
Post New Answer View All Answers
Compare array data type to pointer data type
How arrays can be passed to a user defined function
What is c definition?
Who is the founder of c language?
Describe the order of precedence with regards to operators in C.
What is the use of the function in c?
What is structure data type in c?
What is string function in c?
Do pointers take up memory?
What is wrong with this program statement? void = 10;
How can I prevent another program from modifying part of a file that I am modifying?
How can I handle floating-point exceptions gracefully?
What is advantage of pointer in c?
write a program to find out prime number using sieve case?
What are the main characteristics of c language describe the structure of ac program?