-
Pick out the correct statement about string template.
-
- It is used to replace a string with another string at runtime
- It is used to delete a string
- It is used to replace a string
- All of above
- None of these
Correct Option: A
Every string template is used to replace the string with another string at runtime.