Are the pointers to strings in argv modifiable? [duplicate]
问题 This question already has answers here : Is argv[n] writable? (4 answers) Closed 3 years ago . Recently (Jan 2016, in case the question persists long enough) we had the question Are the strings in argv modifiable?. In the comment section to this answer, we (@2501 and I) argued whether it is really the strings of characters (an example character being **argv ) that's modifiable or the pointers to the strings (an example pointer being *argv ). The appropriate standard quotation is from the C11