SyntaxFix
Write A Post
Hire A Developer
Questions
If you have another array of char, char[] b and you want to replace c with b, you can use c=b.clone();.
char[] b
c
b
c=b.clone();