Logo
search
menuicon
Chapter17

Chapter17

코딩쌤
회전 초밥집
quiz thumbnail
Freestyle

Chapter17

코딩쌤

1

Quiz created with a premium map

20 questions

Disallow incorrect answer

Hide answer

public quiz

# 1
동적 메모리 할당을 위해 사용하는 함수는 무엇인가요?
printf()
malloc()
scanf()
free()
# 2
동적 메모리 할당 후 반환해야 하는 함수는 무엇인가요?
return()
malloc()
free()
exit()
# 3
calloc() 함수의 특징은 무엇인가요?
0으로 초기화된 메모리 할당
메모리 크기를 변경
메모리 해제
메모리 주소 반환
# 4
할당된 메모리의 크기를 변경하는 함수는 무엇인가요?
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.