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
Why structure is used in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Describe wild pointers in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What are external variables in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
How can you find the day of the week given the date?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is a program flowchart and how does it help in writing a program?
What are the different types of data structures in c?
What does typedef struct mean?
What does %p mean c?
Define C in your own Language.
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What are keywords in c with examples?