1. pointer #include using namespace std; int main(){ string a = "hello world"; string * b = &a; cout