I am a teaching assistant for a C programming course, and I came across the following line of C code:
char str[] = \"My cat\'s name is Wiggles.\"; printf(\"%
if str is an array of type char, then we can access any index say i as below-