1. [ C++ ] substring
Show the first 5 characters of the name. Show characters from position 5 to the end. For countries that start with "K".
The first character is position 0. If two number are given you get characters upto (but not including) the second number.
test text
1. [ Java ] substring
Show the first 5 characters of the name. Show characters from position 5 to the end. For countries that start with "K".
The first character is position 0. If two number are given you get characters upto (but not including) the second number.
test text
1. [ C# ] Substring
Show the first 5 characters of the name. Show characters from position 5 to the end. For countries that start with "K".
The first character is position 0. If two number are given you get characters upto (but not including) the second number.
test text