有函数原型如下,下列各项正确的是() void input(char *p) (2.0分) A. char name[]="string"; input(name); B. char name[]="string",*p; p=name; input(p); C. int a[10]; input(a); D. int a[10],*p; p=a; input(p);
【单选题】The variable df is an object of type DateFormat that has been initialized in line 11. What is the result if this code is run on December 14, 2000?()