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
Can true be a variable name in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is strcpy() function?
code for quick sort?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
write a program to rearrange the array such way that all even elements should come first and next come odd
Why use int main instead of void main?
What does main () mean in c?
What is a built-in function in C?
What is the difference between malloc() and calloc()?
What is FIFO?
What is declaration and definition in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What are reserved words with a programming language?
write a c program to find the sum of five entered numbers using an array named number