int main(void){ unsigned char s[] = "Tom and Jerry at the playa\n"; int a = s[10]; return a; }