首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
下列程序的输出结果是( )。 #include<stdio.h> main() { int i; for(i=1 ;i<=10; i++) {
下列程序的输出结果是( )。 #include<stdio.h> main() { int i; for(i=1 ;i<=10; i++) {
admin
2013-02-23
13
问题
下列程序的输出结果是( )。 #include<stdio.h> main() { int i; for(i=1 ;i<=10; i++) { if((i*i>=20)&&(i*i<=100)) } break; printf("%d\n",i*i); }
选项
A、49
B、36
C、25
D、64
答案
4
解析
本题考查if语句。当执行到第一个满足(i*i>=20)&&(i*i<=100)这个条件的i出现时,通过break语句跳出循环,执行下列的 printf语句。
转载请注明原文地址:https://kaotiyun.com/show/3YPp777K
本试题收录于:
二级C语言题库NCRE全国计算机二级分类
0
二级C语言
NCRE全国计算机二级
相关试题推荐
C语言中,下列叙述正确的是()。
设有如下的程序段:charstr[]="Hello";char*ptr;ptr=str;执行完上面的程序段后,*(ptr+5)的值为()。
有以下程序:main(){inta;charc=10;floatf=100.0;doublex;a=f/=c*=(x=6.5);printf("%d%d%3.1f%3.1
单独测试一个模块时,有时需要一个【】程序驱动被测试的模块。
下面的程序把从终端读入的文本(用@作为文本结束标志)输出到一个名为bi.dat的新文件中,请填空。#include<stdio.h>#include<stdlib.h>FILE*fp;main(){charc
软件调试的目的是()。
面向刑象的模型中,最基本的概念是对象和【】。
若有函数max(a、b),为了让函数指针变量p指向函数max,当调用该函数时,正确的赋值方法是
下列叙述中,不属于软件需求规格说明书的作用的是
分析以下程序,执行后的输出结果是()intf1(intx,inty){returnx>y?x:y;}intf2(intx,inty){returnx>y?y:x
随机试题
______itsgoodperformance,themachineistooexpensive.
下列哪项指标常提示狼疮活动
请选择最适合的一项填入问号处,使右边图形的变化规律与左边图形一致。
TheNationalInstituteofMentalHealthisconductingafar-reachingresearchtodeterminethepsychologicaleffectsofusingdr
Inthefollowingarticle,somesentenceshavebeenremoved.Forquestions1—5,choosethemostsuitableonefromthelistA—G
软件调试的目的是()。
ProlongingHumanLifeProlonginghumanlifehasincreasedthesizeofthehumanpopulation.Manypeoplealivetodaywouldha
Aslast—afamilycarthatreally’ismadeforthewholefamily—acarthatthebabywilllove,acarthatMotherwillenjoy,aca
TheHealthBenefitsofDrinkingWater—Isbottleddrinkingwaterhealthierthanfiltered
Onaverage,Americankidsaged3to12spent29hoursaweekinschool,eighthoursmorethantheydidin1981.Theyalsodidmo
最新回复
(
0
)