I don't really understand why that small piece of code brings to the access violation exception. Could anyone explain, please
char* str = "freedPood";
*str = 'A';
I don't really understand why that small piece of code brings to the access violation exception. Could anyone explain, please
char* str = "freedPood";
*str = 'A';