for (int i = 0; d[i]!= '\0'; i++)
막 이런식으로 구ㅏ면 되지??????
strlen(str);
const n = str.length 자바스크립트로 가자
str.size
출력하고 직접 세기
len(string)
int i = 0; while (d[i]) i++; - dc App
strlen(str);
const n = str.length 자바스크립트로 가자
str.size
출력하고 직접 세기
len(string)
int i = 0; while (d[i]) i++; - dc App