Why does the following code gives me Exception has occurred. Segmentation fault
char* someString = "original string";
someString[1] = 'O';
Why does the following code gives me Exception has occurred. Segmentation fault
char* someString = "original string";
someString[1] = 'O';