# 1Multiple Choice
다음 중 문자열을 초기화하는 올바른 방법은 무엇인가요?
char str[4] = 'abc';
char str[4] = {'a', 'b', 'c'};
char str[4] = "abc";
char str[4] = 123;




Quiz created with a premium map
20 questions
Disallow incorrect answer
Hide answer
public quiz
You can't enter this quiz right now. Please ask the quiz creator to reactivate their plan or edit the quiz.