For the following code snippet:
char *str = “AllIndiaExams.in\0? “training classes”;
The character pointer str holds reference to string:
Answer: C
’\0' is accepted as a char in the string. Even though strlen will give length of string “AllIndiaExams.in”, in memory str is pointing to entire string including training classes”