设有如下定义:struct sk { int a; f

设有如下定义:

struct sk {
    int a;
    float b;
}
data,*p;

若要使p指向data中的a域,正确的赋值语句是( )。

答案
C

题目信息

题号:1398
题型:单选题
难度:普通