• 2022-06-12 问题

    有以下程序,程序运行后的输出结果是( ) #include void fun(char *pt,char *p) { while(*pt) { if(*pt>='0'&& *pt<='9') *p=*pt,p++; pt++; } *p='\0'; } int main() { char *s="av18e06d-2s0yu",str[79]; fun(s,str); puts(str); } A: 18 B: 06 C: 180620 D: 180

    有以下程序,程序运行后的输出结果是( ) #include void fun(char *pt,char *p) { while(*pt) { if(*pt>='0'&& *pt<='9') *p=*pt,p++; pt++; } *p='\0'; } int main() { char *s="av18e06d-2s0yu",str[79]; fun(s,str); puts(str); } A: 18 B: 06 C: 180620 D: 180

  • 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-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 问题

    有以下程序段: 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-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[]

  • 2022-05-29 问题

    足金铂打成“足铂”或“()”标记 A: Pt 900 B: Pt 920 C: Pt 990 D: Pt 999

    足金铂打成“足铂”或“()”标记 A: Pt 900 B: Pt 920 C: Pt 990 D: Pt 999

  • 2022-06-19 问题

    在PubMed数据库中检索综述类文献可用哪个检索式 ( ) A: Practice Guideline[PT] B: Clinical Trials[PT] C: Editorial[PT] D: Review[PT] E: Interview[PT]

    在PubMed数据库中检索综述类文献可用哪个检索式 ( ) A: Practice Guideline[PT] B: Clinical Trials[PT] C: Editorial[PT] D: Review[PT] E: Interview[PT]

  • 1 2 3 4 5 6 7 8 9 10