单项选择题

What's the output of the following code?
float value = 2.2;
float * p = &value;
value = 3.3;
cout << *p << endl

A. 2.2
B. 3.3
微信扫码免费搜题