[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..
Study Meeting/빡공단 30기
2023. 1. 7. 16:51