单项选择题实型数据在计算机中表示的方法有( )。
单项选择题若有如下程序段: struct student int num;float score; stu[3]=10,85,60,58,32,23; main() struct student*t; t=stu; 则下面表达式中值为58的是( )。