测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A37002. 有以下程序段struct st{int x;int *y;} *pt;int a[]={1,2},b[]={3,4};struct st c[2]={10,a,20,b};pt=c;以下选项中表达式的值为11的是( )

单选题 困难

题目描述

有以下程序段

struct st{int x;int *y;} *pt;

int a[]={1,2},b[]={3,4};

struct st c[2]={10,a,20,b};

pt=c;

以下选项中表达式的值为11的是(    )

选项(单选)

上一题 下一题