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 / rasika
The answers are only applicable to array of numbers.. what
if the array is of strings..?
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the local variable and global variable in c?
write a program to display all prime numbers
Why are algorithms important in c program?
What is difference between %d and %i in c?
Why is c faster?
What is nested structure in c?
What is a program flowchart and how does it help in writing a program?
What is size of union in c?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
What is the use of typedef in structure in c?
What are the advantages of c language?
Why can arithmetic operations not be performed on void pointers?
Compare array data type to pointer data type
What are the types of bitwise operator?
What is modifier & how many types of modifiers available in c?