单项选择题

string s1=”ab”,s2;s2=s1+”cd”;此时内存中有几个字符串?()

A.0
B.1
C.2
D.3