注意:此页面搜索的是所有试题
设有如下定义struct student{ char num[9];float score;}st;char *p;若要使p指向st中的num域,正确的赋值语句是( )。
·p=#
·p=st.num;
·p=&st.num;
·*p=st.num

参考答案