asked
Learn C Programming by Following Along with Hong Jeong-mo
9.1 When a function is needed
Written on
·
245
0
강의와 똑같이 돌렸는데 "argument of type "const char *" is incompatible with parameter of type char *"라고 뜹니다. 왜 이런 오류가 뜨는건가요?
Answer 1
type "const char *" <- incompatible -> type char*
관계를 생각해보시면 답을 얻으실 수 있을겁니다.