V
v4vijayakumar
why the following string, 'str' is read-only?
char *str = "test string";
anyhow 'str' needs to be in memory. do you think, making 'str' red-only
would gain performance? or, it is right?
char *str = "test string";
anyhow 'str' needs to be in memory. do you think, making 'str' red-only
would gain performance? or, it is right?