C++ MQCs with Explanation ( STANDARD TEMPLATE LIBRARY

Which of the following algorithm is used to replace an element with a specified value?

  1. generate ( )
  2. replace_copy ( )
  3. remove_copy ( )
  4. replace ( )



Answer: 
Option d: replace ( )

Explanation Here

Post a Comment

0 Comments