Which method is used to remove an item of the collection from the given position?

Options
- DELETE (m,n)
- DELETE(n)
- DELETE
- EDIT


CORRECT ANSWER : DELETE(n)

Discussion Board
Incorrect Answer

Guys please improve the Quality..!! (English also)

You're asking for removing 'an item' not removing 'few/some items'. The answer for this question should be DELETE(n).
DELETE(m,n) would delete itemS between mth and nth element.

swapnil 09-30-2014 11:26 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement