单项选择题

已有定义char str1[15]={“computer”} , str2[15] ; 则语句用法正确的是()。

A.str2=str1;
B.str2="science";
C.scanf("%s",str2);
D.printf("%s",&str1);