why is the following code is wrong ?
string tag = "hello"; string s = (char*)tag.c_str();
what does this mean: storing addresses
storing addresses