Home » C++ Programming » Templates » Question
  1. Pick out the correct statement about string template.
    1. It is used to replace a string with another string at runtime
    2. It is used to delete a string
    3. It is used to replace a string
    4. All of above
    5. None of these
Correct Option: A

Every string template is used to replace the string with another string at runtime.



Your comments will be displayed only after manual approval.