网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
语句PrintAbs(6^2)+Int(-3.6^2)的输出结果是()
- A、-36
- B、1
- C、-1
- D、23
参考答案
更多 “语句PrintAbs(6^2)+Int(-3.6^2)的输出结果是()A、-36B、1C、-1D、23” 相关考题
考题
执行下列语句后,输出的结果为______。void run(){static int x=3;x++;cout<<x<<" ";}int main(){for(int i=0;i<2;i++)fun();return D;}
考题
下列程序的输出结果是()。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
考题
若有下列说明和语句,已知int型数据占2个字节,则下列语句的输出结果是( )。stmct st{ char a[15];int b;double c;};printf("%d",sizeof(struct st));A.15B.8C.25D.2
考题
语句:print sgn(-6^2)+Abs(-6^2)+int(-6^2)的输出结果是( )A.-36B.1C.-1D.-7252967.以下语句a=sqr(3)print format(a,####.###)的输出结果是( )A.1.732B. 0001.732C.###1.732D. 1.7320
考题
定义如下变量和数组:int i;int y[2][3]={2,4,6,8,10,12};则下面语句的输出结果是【 】。for(i=0;i<2;i++)cout<<y[1-i)[i+1]<<",";
考题
下列程序的输出结果是includeint b=2;int func(int *a) {b+=*a;return(b) ;}void m
下列程序的输出结果是 #include<iostream.h> int b=2; int func(int *a) {b+=*a;return(b) ;} void main( ) { int a=2,res=2; res+=func(a) ; cout<<res;}A.4B.6C.8D.10
考题
下面程序的输出结果是() include main( ) { int i,a[ ]={2,4,6,8}; int * p=a;
下面程序的输出结果是 ( ) # include<stdio.h> main( ) { int i,a[ ]={2,4,6,8}; int * p=a; for(i=0;i<4;i+ +)a[i]=* p+ +; printf(*%d\n",a[2]); }A.6B.8C.4D.2
考题
语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A.-36B.1C.-1S
语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A.-36B.1C.-1D.-72
考题
下面程序的输出结果是()includeusing namespace std;int main(){int s:for(int k=2;k
下面程序的输出结果是( ) #include<iostream> using namespace std; int main() { int s: for(int k=2;k<6;k+=2){ s=1; for(int j=k, j<6;j++)s+=j; } cout<<s<<end1: }A.9B.1C.11D.10
考题
执行以下语句后的输出结果是______。int x=3,y=0;printf("%d,%d”,-1>x>-101y>
执行以下语句后的输出结果是______。 int x=3,y=0; printf("%d,%d”,-1>x>-101<x<10,-1>y>-101<y<10);A.1 2B.1 1C.1 2D.2 2
考题
定义变量和数组如下:int i;int x[3][3]=(1,2,3,4,5,6,7,8,9);则语句for(i=0;i<3;i++)printf(”%d”,x[1][2-i]);的输出结果是 ( )
考题
下列程序的输出结果是()。includeint b=2;int func(int *a){b+=*a;return(b);}main(){i
下列程序的输出结果是( )。 #include <stdio.h> int b=2; int func(int *a) { b+=*a;return(b);} main() { int a=2, res=2; res+=func(a); printf("%d\n",res); }A.4B.6C.8D.10
考题
执行下列程序语句后,输出结果为()。ineludeusing namespace std;int m=5;int main(){i
执行下列程序语句后,输出结果为( )。 #inelude<iostream> using namespace std; int m=5; int main() { int m=3; m++; ::m++; cout<<m<<end1; return 0; }A.3B.4C.5D.6
考题
(6)以下程序运行后的输出结果是 【6】 。#include stdio.hmain(){ int a;a=(int)((double)(3/2)+0.5+(int)1.99*2);printf("%d\n",a);}
考题
单选题语句PrintAbs(-6^2)+Int(-6^2)的输出结果是()。A
0B
1C
-1D
-72
热门标签
最新试卷