Tag: convert string
How to Convert String to char Array in Java
  [ Ask Question ]
In java we have built-in function String.toCharArray() to convert String to char array. But for sure in the interviews they will ask you to write a program to convert string to char array without using the built-in functions 🙂…