(单选题, )
下面代码的输出结果是( )

(单选题, )
下面代码的输出结果是( )
A = "ac"
B = "bd"
C = a + b
Print(c)

A.dbac

B.abcd

C.acbd

D.bdac

正确答案是C