
C 프로그래밍 퀴즈
Authored by 강민정 강민정
Computers
8th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?