Discussion :: C++ - MCQs
- Pick out the correct statement about string template?
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
|
Answer : Option B
Explanation :
Every string template is used to replace the string with another string at runtime.
Be The First To Comment