单项选择题设有定义:struct sk {int a;float b;} data,* p; 若有p=& data;,则对data中的a域的正确引用是 ( )
单项选择题函数调用:strcat(strcpy(str1,str2,),str3)的功能是 ( )