Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Pick out the correct usage of the list function called, splice().

  Shared By: Isabel Hughes    Date: Jun 03    Category: C++ Programming    Views: 643

Answer:

Options

a) Deletes a list from the invoking list
b) Arranges the list elements as specified
c) Inserts a list into the invoking list
d) Gives the size of the list

Answer : c) Inserts a list into the invoking list

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: