单项选择题

定义有一维字符数组   char str[80];则与语句 gets(str);功能完全相同的语句是:
A、gets(&str[0])
B、gets(&str);
C、scanf(“%s”,str);
D、scanf(“%s”,&str);