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 / ajnr
if and only if it is a sorted array which consists of nos
and the elements compare have the same index no. then the
element missing in array 'b' will obviously be the 'nth'
element of array 'a'...... but this is true if the above
conditions are satisfied
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Write a progarm to find the length of string using switch case?
What is I ++ in c programming?
What are identifiers c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
How can you invoke another program from within a C program?
how many errors in c explain deply
What is the value of c?
What does typeof return in c?
What is #include stdio h?
What is the need of structure in c?
What is difference between arrays and pointers?
Can a pointer be volatile in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.