InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by the term concatenation? Explain with the help of an example. |
|
Answer» In formal language theory and cputer PROGRAMMING, string concatenation is the operation of joining character STRINGS end-to-end.For example: the concatenation of "snow" and "ball" is "snowball"HOPE THIS HELPS YOU OUT ☺️☺️ |
|