#include <iostream> using namespace std ;
int main(){ char str = 'a' ; char *p = &str ;
cout << p << endl ;
return 0 ;}我原意是输出str的地址,但实际输出的却是乱码(a烫汤