InterviewSolution
Saved Bookmarks
| 1. |
Which of these functions are used to partially or fully substitute a string?(a) replace()(b) size()(c) subs()(d) substring()This question was posed to me in an online quiz.I would like to ask this question from String Manipulation topic in portion Arduino Programming of Arduino |
|
Answer» Right answer is (a) replace() |
|