int a = 12, b = 5;
int result = a % b;
다음 C 코드의 출력 값은 무엇인가요?
C 프로그래밍 퀴즈
Quiz
•
Computers
•
8th Grade
•
Medium
강민정 강민정
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
int a = 12, b = 5;
int result = a % b;
다음 C 코드의 출력 값은 무엇인가요?
1
2
3
4
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
다음 중 관계 연산자가 아닌 것은 무엇인가요?
==
!=
>
&&
3.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
int x = 7, y = 2;
int result = (x >= y);
다음 코드의 결과로 result의 값은 무엇인가요?
0
1
7
2
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
int a = 0, b = 1;
int result = !(a && b);
다음 논리 연산의 결과는 무엇인가요?
0
1
-1
2
5.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
다음 중 a = 10일 때, a의 값을 12로 만드는 올바른 복합 연산자는?
a += 2;
a -= 2;
a *= 2;
a /= 2;
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
int a = 4;
int result = a++;
다음 코드에서 result의 값은 무엇인가요?
4
5
3
6
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
int b = 3;
int c = --b;
다음 코드에서 c의 값은 무엇인가요?
2
3
4
1
12 questions
алгоритм python
Quiz
•
6th - 8th Grade
10 questions
기계 학습 퀴즈
Quiz
•
8th Grade
15 questions
Большое Повторение C#
Quiz
•
5th Grade - University
10 questions
스크래치기초_BNC
Quiz
•
6th - 8th Grade
15 questions
앱인벤터 기초 복습 퀴즈
Quiz
•
2nd - 12th Grade
11 questions
C++ Functions
Quiz
•
6th - 8th Grade
10 questions
Programming in Java
Quiz
•
8th Grade
10 questions
Year 7 Python Lesson 1 Recap
Quiz
•
8th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University
44 questions
El fin del año- 7th
Quiz
•
7th - 12th Grade
40 questions
Word Study Assessment: Roots, Prefixes, Suffixes, and Vocabulary
Quiz
•
8th Grade
17 questions
guess the logo
Quiz
•
8th Grade
16 questions
Function or Non-Function?
Quiz
•
8th - 10th Grade
15 questions
Sentence Fragments and Run-ons
Quiz
•
8th Grade