设有如下定义struct student{ char num[9];float score;}st;char *p;若要使p指向st中的num域,正确的赋值语句是( )。
·p=#
·p=st.num;
·p=&st.num;
·*p=st.num
出自:佳木斯大学语言治疗学