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 / bhavik
It is not true that there is a[0] missing.
Because as per my knowledge array is starting from a[0] and
running up to a[n] continuously.
But if my ans is wrong then sorry and please send me right ans.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
How can I find the modification date of a file?
How can I read/write structures from/to data files?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is sizeof c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
diff between exptected result and requirement?
What does 3 mean in texting?
What is %s and %d in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
Explain the use of 'auto' keyword in c programming?
Why clrscr is used after variable declaration?
Explain the difference between strcpy() and memcpy() function?
Is it better to use a macro or a function?
What is time null in c?
What is the function of volatile in c language?