Logo
search
menuicon
Premium map quiz
thubnail
Ocean Treasure HuntPro
Freestyle
Chapter12
코딩쌤
14
Added question (20/ 20)
Disallow incorrect answer
Hide answer
public quiz

# 1

Multiple Choice

다음 중 문자열을 초기화하는 올바른 방법은 무엇인가요?

  • char str[4] = 'abc';
  • char str[4] = {'a', 'b', 'c'};
  • char str[4] = "abc";
  • char str[4] = 123;

# 2

Multiple Choice

문자열을 복사하는 함수는 무엇인가요?

  • strcat()
  • strcmp()
  • strcpy()
  • strlen()

# 3

Multiple Choice

문자열의 길이를 계산하는 함수는 무엇인가요?

  • strlen()
  • strcpy()
  • strcat()
  • strcmp()

# 4

Multiple Choice

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.