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 / guest
a[0]
| Is This Answer Correct ? | 3 Yes | 32 No |
Post New Answer View All Answers
Explain do array subscripts always start with zero?
What does d mean?
Calculate 1*2*3*____*n using recursive function??
cavium networks written test pattern ..
What is the value of uninitialized variable in c?
What are the application of c?
Write a program to swap two numbers without using a temporary variable?
What are header files? What are their uses?
Why clrscr is used after variable declaration?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the description for syntax errors?
what is a constant pointer in C
Describe the modifier in c?
Why does this code crash?
What is the difference between scanf and fscanf?