Array of string literals and memory access violation

Question | Jul 29, 2016 | nextptr 

We have an array of string literals in C++:

char* sarr[] = { "Hello", "World" };

Which one of followings would cause a memory access violation at run time?