
计算机程序设计第三四章

Quiz
•
Computers
•
University
•
Hard

zaky zhang
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
设a、b和c都是int型变量,且a=3,b=0,c=5,则以下值为0的表达式是___
'a'&&'b'
a&&b||c
a&&b&&c
a||b&&c
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
在嵌套使用if语句时,C语言规定else总是___
和之前与其具有相同缩进位置的if配对
和之前与其最近的if配对
和之前与其最近不带else的if配对
和之前的第一个if配对
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
以下程序运行后的输出结果是___
main()
{
int a=0,b=0;
a=10;
b=20;
printf("a+b=%d\n",a+b);
}
a+b=10
a+b=30
30
出错
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
以下程序运行后的输出结果是___。
main()
{
double d=3.2;
int x,y;
x=1.2;
y=(x+3.8)/5.0;
printf("%d\n",d*y);
}
3
3.2
0
3.07
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
以下程序运行后的输出结果是___。
main()
{ unsigned short a=65536; int b;
printf("%d\n",b=a);
}
65536
0
1
-1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
若要求在if后一对圆括号中表示a不等于0的关系,则能正确表示这一关系的表达式为___。
a<>0
!a
a=0
a
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
下列叙述中正确的是___。
break语句只能用于switch语句
在switch语句中必须使用default
break语句必须与switch语句中的case配对使用
在switch语句中不一定使用break语句
Create a free account and access millions of resources
Similar Resources on Wayground
5 questions
Preguntas C#

Quiz
•
University
10 questions
计算机程序设计第一二章

Quiz
•
University
12 questions
C Basics

Quiz
•
University
12 questions
OS with C programming

Quiz
•
University
10 questions
7-面向对象编程、类与对象

Quiz
•
University
5 questions
ควิซ loop

Quiz
•
University
12 questions
Programming in C by Khushboo Bhardwaj

Quiz
•
University
10 questions
Operators & Precedence- c

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University