I had this code in my test:
char str1[20] = "question 1"; char str2[] = "third"; int i; char* ptr; ptr = &str1[4];