https://youngsouk-hack.tistory.com/6
C언어 scanf + 아스키 코드 + 형변환
오늘은 C언어에서 키보드로부터의 입력을 받는 함수(기능)인 scanf에 대해 알아보겠습니다. 먼저 scanf 함수의 기본적인 사용법은 scanf("서식문자들", &변수1, &변수2 ...); 입니다. ※서식문자에 대해
youngsouk-hack.tistory.com
https://domybestinlife.tistory.com/78
# 아스키 코드 ( ASCII Code ) 설명 및 출력 코드
1. 정의 ASCII - ( American Standard Code for Information Interchange, 미국 정보 교환 표준 부호 ) 아스키코드는 미국 ANSI(미국 국가표준 협회)에서 표준화한 정보 교환용 7비트 부호체계입니다. 2. 용도 영문 알
domybestinlife.tistory.com
https://moolgogiheart.tistory.com/54
[C언어] printf 함수 숫자 출력, 아스키 코드(ASCII Code)
관련 글 [C언어] printf함수의 서식문자, 주석문 C언어 printf 함수 숫자 출력 printf 출력함수를 이용하여 서식문자로 숫자를 출력해보도록 하겠습니다. 다음 예를 살펴보겠습니다. #include intmain(void){
moolgogiheart.tistory.com