• 2021-04-14 问题

    【单选题】有以下程序段structst{intx;int*y;}*pt;inta[]={1,2},b[]={3,4};structstc[2]={10,a,20,b};pt=c;以下选项中表达式的值为11的是() A. ++pt->x B. pt->x C. *pt->y D. (pt++)->x

    【单选题】有以下程序段structst{intx;int*y;}*pt;inta[]={1,2},b[]={3,4};structstc[2]={10,a,20,b};pt=c;以下选项中表达式的值为11的是() A. ++pt->x B. pt->x C. *pt->y D. (pt++)->x

  • 2022-05-26 问题

    有以下程序段: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的是( )。 A: *pt->;y B: pt->;x C: ++pt->;x D: (pt++)->;x

    有以下程序段: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的是( )。 A: *pt->;y B: pt->;x C: ++pt->;x D: (pt++)->;x

  • 2022-06-07 问题

    有以下程序段: A: *pt->y B: pt->x C: ++pt->x D: (pt++)->x

    有以下程序段: A: *pt->y B: pt->x C: ++pt->x D: (pt++)->x

  • 2022-05-26 问题

    有以下程序段: struct st int X;int*Y;*pt; int a[]=[1,2],b[]=[3,4]; struct st c[2]=[10,a,20,b]; pc=c; 以下选项中表达式的值为11的是( )。 A: *pt->y B: pt->X C: ++pt->X D: (pc++)->X

    有以下程序段: struct st int X;int*Y;*pt; int a[]=[1,2],b[]=[3,4]; struct st c[2]=[10,a,20,b]; pc=c; 以下选项中表达式的值为11的是( )。 A: *pt->y B: pt->X C: ++pt->X D: (pc++)->X

  • 2022-06-27 问题

    有以下程序段[img=649x280]1802e317cb8db0d.jpg[/img]以下选项中表达式的值为11的是( ) A: ++pt->x B: pt->x C: *pt->y D: (pt++)->x

    有以下程序段[img=649x280]1802e317cb8db0d.jpg[/img]以下选项中表达式的值为11的是( ) A: ++pt->x B: pt->x C: *pt->y D: (pt++)->x

  • 2021-04-14 问题

    以下程序段,在空白处填写()能使程序正确运行并输出结果。 #include struct student {long num; char name[10]; char sex; float score; }; main() {struct student stu={10101,"lili",'m',89.5},*pt; printf("%.2f",pt->score); }

    以下程序段,在空白处填写()能使程序正确运行并输出结果。 #include struct student {long num; char name[10]; char sex; float score; }; main() {struct student stu={10101,"lili",'m',89.5},*pt; printf("%.2f",pt->score); }

  • 2022-06-06 问题

    若Pt表示静态投资回收期,Pt′表示动态投资回收期,对于一个确定项目来说,( )。 A: Pt大于Pt′ B: Pt等于Pt′ C: Pt小于Pt′ D: 无法确定Pt与Pt′的大

    若Pt表示静态投资回收期,Pt′表示动态投资回收期,对于一个确定项目来说,( )。 A: Pt大于Pt′ B: Pt等于Pt′ C: Pt小于Pt′ D: 无法确定Pt与Pt′的大

  • 2022-05-27 问题

    Using the notation Pt to designate this period's price level and Pt-1 to designate last period's price level, the formula for measuring the inflation rate from last period to this period is A: [(Pt - Pt - 1) / Pt] × 100. B: [(Pt -1 - Pt) / Pt - 1] × 100. C: [(Pt - Pt - 1) / Pt - 1] × 100. D: [(Pt -1 - Pt) / Pt] × 100.

    Using the notation Pt to designate this period's price level and Pt-1 to designate last period's price level, the formula for measuring the inflation rate from last period to this period is A: [(Pt - Pt - 1) / Pt] × 100. B: [(Pt -1 - Pt) / Pt - 1] × 100. C: [(Pt - Pt - 1) / Pt - 1] × 100. D: [(Pt -1 - Pt) / Pt] × 100.

  • 2022-06-03 问题

    下列关于Pt与Pt的说法正确的是 A: Pt与Pt是同一种核素 B: Pt与Pt的质量数相同 C: Pt与Pt互为同位素 D: Pt与Pt的中子数均为78

    下列关于Pt与Pt的说法正确的是 A: Pt与Pt是同一种核素 B: Pt与Pt的质量数相同 C: Pt与Pt互为同位素 D: Pt与Pt的中子数均为78

  • 2022-06-07 问题

    下列选项中,变量pt是数组指针的是( ). A: int (*pt)[5] B: int *pt[5] C: (int*)pt[5] D: int *pt[]

    下列选项中,变量pt是数组指针的是( ). A: int (*pt)[5] B: int *pt[5] C: (int*)pt[5] D: int *pt[]

  • 1 2 3 4 5 6 7 8 9 10