Setzen Sie den Zeichenwert auf Null Java
//Primitives data types aren't nullable. However, you can use the following
c[i]= '\0';
OR
c[i] = 0;
Powerful Polecat
//Primitives data types aren't nullable. However, you can use the following
c[i]= '\0';
OR
c[i] = 0;