-->
当前位置:首页 > 题库 > 正文内容

Multiple choice:The output of the following program segment is.

Luz3年前 (2021-05-10)题库320
The output of the following program segment is@[ C](2)
```
int c[]={1, 3, 5};
int *k=c+1;
printf("%d", *++k);
```
A. 3
B. 4
C. 5
D. 6




A.3
B.4
C.5
D.6


answer:C

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。