Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 82 Bytes

08_문자를 정수로 변환.md

File metadata and controls

7 lines (5 loc) · 82 Bytes

문자를 정수로 변환

char c = '4';
int n = c - '0'; // n = 4