网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
程序 include void main( ) { int a=11,b=3; printf(“%d\n”, a/b); } 的输出结果是( )
A.1
B.3
C.11
D.a= 3.66666
参考答案
更多 “ 程序 include void main( ) { int a=11,b=3; printf(“%d\n”, a/b); } 的输出结果是( ) A.1B.3C.11D.a= 3.66666 ” 相关考题
考题
下列程序的输出结果是()。includeint b=2;int func(int*A){b+=*a;return b;}main(){int
下列程序的输出结果是( )。 #include<stdio.h> int b=2; int func(int*A){ b+=*a;return b;} main() { int a=1,t=2; t+=func(a); printf("%d\n",t); }A.4B.5C.6D.8
考题
下列程序的输出结果是【 】。include void swap(int *a, int *B) { int *t; t=a;a=b;b=t;
下列程序的输出结果是【 】。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);}
考题
以下程序的输出结果是( )。 includefun(){ int a=0;a+=3;printf("%d",A); } main() {int
以下程序的输出结果是( )。include<stdio.h>fun(){ int a=0;a+=3;printf("%d",A);}main(){ int cc;for(cc=1;cc<=4;cc++)fun();printf("\n");}
考题
下列程序的输出结果是()。 include int b=2; int fune(int*a) {b+=*a;return b;} main(
下列程序的输出结果是( )。 #include<stdio.h> int b=2; int fune(int*a) { b+=*a;return b;} main() { int a=1,t=2; t+=func(a); printf("%d\n",t); }A.4B.5C.6D.8
考题
以下程序的输出结果是______。 include define FUDGE(y)2.84+y define PR(a)printf("
以下程序的输出结果是______。 #include<stdio.h> #define FUDGE(y) 2.84+y #define PR(a) printf("%d",(int)(a)) #define PRINT() PR(s) ;putchar('\n') main() { intx=2; PRINT1 (FUDGE(5)*x); }A.11B.12C.13D.15
考题
以下程序的输出结果是#include "stdio.h"int *fun(int *a,int *b){ int m; m=*a; m+=*b-3; return(m);}main(){ int x=21,y=35,*a=x,*b=y; int *k; k=fun(a,b); printf("%d\n",*k);}
考题
以下程序的输出结果是______。includedefine FUDGE(y) 2.84+ydefine PR(a)printf("%d
以下程序的输出结果是______。 #include<stdio.h> #define FUDGE(y) 2.84+y #define PR(a) printf("%d\n",(int)(a)) #define PRINT1(a) PR(a);putchar('\n') main() { int x=2; PRINT1(FUDGE(5)*x); }A.11B.12C.13D.15
考题
下列程序的输出结果是______。includedefine FUDGE(y)2.84+ydefine PR(a)printf("%d"
下列程序的输出结果是______。#include<stdio.h>#define FUDGE(y) 2.84+y#define PR(a) printf("%d",(int)(a))#define PRINTl(a) PR(a);putchar('\n')main (){ int x=2; PRINT1(FUDGE(5)*x);}A.11B.12C.13D.15
考题
以下程序的输出结果是()。includeint fan(int);main(){int w=5; fun(w);printf("\n");}
以下程序的输出结果是( )。 #include <stdio.h> int fan(int); main() { int w=5; fun(w); printf("\n"); } fun(int k) { if(k>0) fun(k-1); printf("%d",k); }A.5 4 3 2 1B.0 1 2 3 4 5C.1 2 3 4 5D.5 4 3 2 1 0
考题
以下程序的输出结果是( )。 include void swap(int*a,int*B){int*t; t=a;a=b;b=c;} main
以下程序的输出结果是( )。 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); }
热门标签
最新试卷