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?