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
Explain how can you determine the size of an allocated portion of memory?
Which is better pointer or array?
Write a c program to demonstrate character and string constants?
When is a null pointer used?
What are the types of pointers?
What is function definition in c?
What is pivot in c?
How can my program discover the complete pathname to the executable from which it was invoked?
Compare array data type to pointer data type
How are portions of a program disabled in demo versions?
What is an auto keyword in c?
Define and explain about ! Operator?
What are the c keywords?
Explain argument and its types.
Write the Program to reverse a string using pointers.