+ 3
how to increment a string in c #
for example if i consider a string "abc" and how can i increment the string to next alphabet i.e, to "bcd". should the variable be string or char[] ?
4 Respuestas
+ 3
No problem, happy to help out ☺
+ 2
thank you so much Xan
- 2
A string is created by entering text between two single or double quotation marks.
the double quotes are " "