Answer to Question 26B-5

It tries to store a null-terminated string of length 9 (requiring 10 bytes) into an array of size 9. That overflows the array, with unpredictable consequences.