Logo
search
menuicon
Premium map quiz
thubnail
Sushi RestaurantBasic
Freestyle
Chapter17
코딩쌤
1
Added question (20/ 20)
Disallow incorrect answer
Hide answer
public quiz

# 1

Multiple Choice

동적 메모리 할당을 위해 사용하는 함수는 무엇인가요?

  • printf()
  • malloc()
  • scanf()
  • free()

# 2

Multiple Choice

동적 메모리 할당 후 반환해야 하는 함수는 무엇인가요?

  • return()
  • malloc()
  • free()
  • exit()

# 3

Multiple Choice

calloc() 함수의 특징은 무엇인가요?

  • 0으로 초기화된 메모리 할당
  • 메모리 크기를 변경
  • 메모리 해제
  • 메모리 주소 반환

# 4

Multiple Choice

할당된 메모리의 크기를 변경하는 함수는 무엇인가요?

  • malloc()
  • free()
  • realloc()
  • calloc()
Want to see all 20 questions?
Join ZEP QUIZ to access 800,000+ quizzes for free.Log in and explore them all.