题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
问答题
-
关 键 词
-
运行结果
题目题干
- #include<stdio.h>
- struct cmplx
- { int x;
- int y;
- } cnum[2]={1, 3, 2,7};
- main( )
- {
- printf(“%d\n”, cnum[0].y *cnum[1].x );
- }
运行结果是:
答案解析
相关题目
-
#include <stdio.h> struct abc {int a,b, c; }; main() {struct abc s[2]={{1,2,3},{4,5,6}
-
#include<stdio.h> struct cmplx { int x; int y; } cnum[2]={1, 3, 2,7}; main( ) {
-
#include<stdio.h> main( ) {struct stu {int num; char a[5]; float score; }m={1234,”wang”,
-
#include<stdio.h> struct st { int x; int y; } a[2]={5, 7, 2, 9} ; main() { printf("
-
#include <stdio.h> char s[]=”ABCD”; main() { char *p; for(p=s;p<s+4;p++) printf(“%c %s
-
#include<stdio.h> main( ) { static char a[ ]=”Program”, *ptr; for(ptr=a, ptr<a+7; ptr+=2
-
#include <stdio.h> main( ) { int a[ ]={1, 2, 3, 4, 5, 6}; int x, y, *p; p = &a[0]; x
-
#include<stdio.h> main() { int arr[ ]={30,25,20,15,10,5}, *p=arr; p++; printf(“%d\n”,*(p+
-
#include<stdio.h> main ( ) { int a[]={1, 2, 3, 4, 5} ; int x, y, *p; p=a; x=*(p+2); p
-
#include <stdio.h> main( ) { char s[]=”abcdefg”; char *p; p=s; printf(“ch=%c\n”,*(p+5));
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会