강의

멘토링

커뮤니티

profile image

나병현

@bhyun08

수강평 작성수

-

평균평점

-

#include <stdio.h>

int main() {
    int *ptr;
    *ptr = 10;
    return 0;
}