Is the memory argv points to writable ?



Is the memory argv points to writable ? In other words
is it ok if the programme contains
argv[i] = pointer_to_char where i<argc ?
Same question for *argv[i] = some_char

Spiros Bousbouras

.