본문 바로가기

C

문자, 숫자 변환

      문자를 숫자로 atoi(포인터나 배열[인덱스])

      숫자를 문자로 itoa(포인터나 배열[인덱스])

소문자를 대문자로 int toupper(int c);

대문자를 소문자로 int tolower(int c);