问题:
[单选] 有以下程序
#include<stdio.h>
struct tt
{int x;struct tt*y;)*P;
struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a);
main()
{ int i;
P=a: .
for(i=1;i<=2;i++)(printf(”%d,”,p->x);P
=P->y:}
)
程序的运行结果是( )。
A . 20,30,
B . 30,17,
C . 15,30,
D . 20,15,
问题:
[单选] 有以下程序
#include<stdio.h>
struct tt
{int x;struct tt*y;)*P;
struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a);
main()
{ int i;
P=a: .
for(i=1;i<=2;i++)(printf(”%d,”,p->x);P
=P->y:}
)
程序的运行结果是( )。
A . 20,30,
B . 30,17,
C . 15,30,
D . 20,15,
D
D。【解析】程序的结构体数组a的元素形成了一个单向的循环链表,每个元素的指针成员都指向下一个元素的地址。
VIP截止日期:2024-12-31 03:53:22
←请使用支付宝扫码支付VIP截止日期:2024-12-31 03:53:22
←请使用微信扫码支付