网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
语句Print Sgn(-6^2)+Abs(6^2)+Int(-6^2)的输出结果是
A.-36
B.1
C.-1
D.-72
参考答案
更多 “ 语句Print Sgn(-6^2)+Abs(6^2)+Int(-6^2)的输出结果是A.-36B.1C.-1D.-72 ” 相关考题
考题
比较MAX(2,4,6,8,10)、ROUND(8.5,0)、INT(8.5)、ABS(-11)的大小,正确顺序为( )。A.ABS(-11)<ROUND(8.5,0)<INT(8.5)<MAX(2,4,6,8,10)B.ABS(-11)<INT(8.5)<ROUND(8.5,0)<<MAX(2,4,6,8,10)C.INT(8.5)<ROUND(8.5,0)<MAX(2,4,6,8,10)<ABS(-11)D.ROUND(8.5,0)<INT(8.5)<MAX(2,4,6,8,10)<ABS(-11)
考题
语句: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
考题
下面程序的输出结果是()。includemain(){int a[]={1,2,3,4,5,6,7,8,7,10},*p;p=a;print
下面程序的输出结果是( )。 #include<stdio.h> main() {int a[]={1,2,3,4,5,6,7,8,7,10},*p; p=a; printf("%d\n",*p+8); }A.0B.1C.10D.9
考题
定义如下变量和数组:int i;int y[2][3]={2,4,6,8,10,12};则下面语句的输出结果是【 】。for(i=0;i<2;i++)cout<<y[1-i)[i+1]<<",";
考题
下面程序的输出结果是() 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
考题
下列程序的运行结果是______。main(){int a[6],i; for(i=2;i3))%5; print
下列程序的运行结果是______。 main() { int a[6],i; for(i=2;i<6;i++) {a[i]=4*(i-2*(i>3))%5; printf("%2d",a[i]); } }A.2 3 2 3B.1 2 1 2C.3 2 3 2D.2 2 2 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
考题
语句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
考题
下面四个语句中,输出逻辑为“真”的是()。A.Print Not(3+51 And 32 Or 2
下面四个语句中,输出逻辑为“真”的是( )。A.Print Not(3+5<4+6)B.Print2>1 And 3<2C.Print 1>2 Or 2>3D.Print Not(1>2)
考题
设有如下程序,其调试结果为:class Q2 {public static void main(String[] args) {int[] seeds = {1,2,3,4,6,8};int n= seeds.length;for (int i = 0; ifor (int k = 0; kseeds[k]= seeds[k+1];for (int i = 0; iSystem.out.print("/t"+seeds[i]);}}A.输出: 1 2 3 4 6B.输出: 4 6 8 8 8C.输出: 2 3 4 6 8D.输出: 2 3 4 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
热门标签
最新试卷