Visual Studio Code – strcpy not went expected in wsl
I'm writing c code using wsl with gcc compiler.And I tried to delete a space in front of a c-string with strcpy and got a strange result. The string I tried to modify is s = {' ','e','h','c','o' ,''};And I…