Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. Pick out the correct statement about string template?
  2. A.
    It is used to replace a string.
    B.
    It is used to replace a string with another string at runtime.
    C.
    It is used to delete a string.
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

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


Be The First To Comment