题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-04-08 02:20:58

[填空题]以下程序的输出结果是______。
#include<stdio.h>
void swap(int*a,int*b)
int*t;
t=a;a=b;b=c;

main( )
int i=3,j=5,*p=&i,*q=&j;
swap(p,q);printf("%d %d/n",*p,*q);

更多"以下程序的输出结果是______。 #include<stdio."的相关试题:

[填空题]以下程序的输出结果是______。
#include <stdio.h>
void swap(int *a, int *b)
int *t
t=a; a=b; b=t

main( )
int i=3,j=5,*p=&i,*q=&j;
swap(p,q); printf("%d %d/n",*p,*q);

[填空题]以下程序运行后输出结果是 【18】
#include <stdio, h>
void swap(int x.int y)
int t;
t = x;x = y;y = t: printf( "% d % d ",x,y);main ( )
iht a=3,b=4:
swap(a,b); prinff( "% d % d" ,a,b);

[填空题]以下程序的输出结果是______。
#include<stdio.h>
void swap(int *a,int *b)
int *t:
t=a;a=b;b=t;

main( )
int i=3,j=5,*p=&i,*q=&j;
swap(p,q);printf("%d%d/n",*p,*q);

[填空题]以下程序的输出结果是______。
#include <stdio.h>
void swap(int *a, int *b)
int *t;
t=a;a=b;b=t;

main( )
int i=3,j=5,*p=&i,*q=&j;
swap(p,q); printf("%d %d/n",*p,*q);

[填空题]下列程序的输出结果是 【11】 。 #include <stdio.h> void swap(int *a, int *B) { int *t; t=a;a=b;b=t; } main( ) { int i=3,j=5,*p=&i,*q=&j; swap(p,q);printf("%d %d/n",*p,*q); }
[填空题]下列程序的输出结果是
#include <stdio.h>
void swap(int *a, int *B)

int *t;
t=a;a=b;b=t;

main( )

int i=3,j=5,*p=&i,*q=&j;
swap(p,q);printf("%d %d//n",*p,*q);

[填空题]下列程序的输出结果是______。
#include <stdio.h>
void swap(int *a, int *B)

int *t;
t=a;a=b;b=t;

main( )

int i=3,j=5,*p=&i,*q=&j;
swap(p,q);printf("%d %d/n",*p,*q);

[填空题]下列程序的输出结果是______。
#include<stdio.h>
void swap(int *a,int *b)

int *t;
t=a;a=b;b=t;

void main( )

int i=3,j=5,*p=&i,*q=&j;
swap(p,q);printf("%d %d/n",*P,*q);

[填空题]以下程序运行后输出结果是 【11】 。 #include void fun(int x) { if(x/5>0) fun(x/5);  printf("/%dn",x);  } main( ) { fun(11); printf("/n"); }
[单项选择]有以下程序: #include <stdio.h> void swap(char *x, char *y) { char t; t=*x; *x=*y; *y=t; } main( ) { char *s1="abc", *s2="123"; swap(s1, s2); printf("%s, %s/n", s1, s2); } 程序执行后的输出结果是______。
A. 321,cba
B. abc,123
C. 123,abc
D. 1bc,a23
[简答题]以下程序输出的结果是: #include "stdio.h" void main( ) { char ch[]="I-love-Great-Wall-of-China!"; char *p=ch; printf("%c",*(p+5)); }

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码