Logo
search
menuicon
chapter10-1

chapter10-1

코딩쌤
바다 보물찾기
quiz thumbnail
Freestyle

chapter10-1

코딩쌤

0

Quiz created with a premium map

20 questions

Disallow incorrect answer

Hide answer

public quiz

# 1
C 언어에서 배열이란 무엇을 의미하나요?
단일 변수
다수의 값을 저장할 수 있는 공간
문자열
정수형 변수
# 2
일차원 배열의 선언 방식으로 올바른 것은 무엇인가요?
int a[10];
int a;
array int[10];
int[10] a;
# 3
배열 요소의 인덱스 번호는 몇부터 시작하나요?
1
0
2
배열 크기
# 4
배열 요소에 접근하는 방법으로 올바른 것은 무엇인가요?
scores(5)
scores{5}
scores[5]
scores.5
Want to see all 20 questions?
Join ZEP QUIZ to access 800,000+ quizzes for free.Log in and explore them all.

Access restricted due to plan expiration. Copy and edit on another map.