Logo
search
menuicon
Chapter12

Chapter12

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

Chapter12

코딩쌤

14

Quiz created with a premium map

20 questions

Disallow incorrect answer

Hide answer

public quiz

# 1
다음 중 문자열을 초기화하는 올바른 방법은 무엇인가요?
char str[4] = 'abc';
char str[4] = {'a', 'b', 'c'};
char str[4] = "abc";
char str[4] = 123;
# 2
문자열을 복사하는 함수는 무엇인가요?
strcat()
strcmp()
strcpy()
strlen()
# 3
문자열의 길이를 계산하는 함수는 무엇인가요?
strlen()
strcpy()
strcat()
strcmp()
# 4
C 언어에서 문자열을 비교하는 함수는 무엇인가요?
strcat()
strcmp()
strcpy()
strlen()
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.