单项选择题

A.string str =“Hello,world”;
B.string str(“Hello,world”);
C.string str;
D.string str =‘Hello,world’;