I am a little confused here. In the statement const char *str="Hello"; str is a pointer to a char variable pointing to the first character \'H\' of th
const char *str="Hello";