ASCII table (1) 썸네일형 리스트형 [Day 6] ASCII Code: How to represent letter in C Language? In this class, I learned about how to represent the letter in the C language. ASCII code is a representation method for expressing the letter with a form of number. For example, capital "A" is exchanged as 65, and "a" is exchanged as 97. Therefore, if you write a code as "printf("%c", a)", computer input a number 97, not a letter 'a'. To find a specific letter, look for the letters in the link b.. 이전 1 다음