black

02600C语言程序设计

登录

填空题

以下程序段的输出结果是()。     
struct node        
{int a; 
float b; 
char c[10];} 
printf(“%d”,sizeof(struet node)) ;

【参考答案】

16

相关考题

填空题 以下程序段的输出结果是()。      int a=l,b=2,*p=&a,*q=&b;         p=q;*p=3;    printf(“%d”,b);

填空题 以下程序段的输出结果是()。     char s[]= “\\140\140abc\t”;       prntf(“%d\n”,strlen(s));

填空题 以下程序运行后的输出结果是()。      main( )  {int a=1,b=3,c=5;      if(c=a+b)     printf(“yes”);      else  printf(“not”);  }

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064