https://codebunny99.tistory.com/162 C์ธ์ด ๋ณ์์ ๋ํด ํ์ตํ๊ธฐ๋ณ์๋ ? - ํ๋ก๊ทธ๋จ์ด ์ฌ์ฉํ๋ ๋ฐ์ดํฐ๋ฅผ ์ผ์์ ์ผ๋ก ์ ์ฅํ ๋ชฉ์ ์ผ๋ก ์ฌ์ฉํ๋ ๋ฉ๋ชจ๋ฆฌ ๊ณต๊ฐ์ด๋ค.- ์คํ ๋์ค์ ๊ฐ์ ๋ณ๊ฒฝํ ์ ์๋ค. ๋ณ์๋ ์ ํ์ํ๊ฐ? - ๋ฐ์ดํฐ๊ฐ ์ ๋ ฅ๋๋ฉด ์ด๋๊ฐ์codebunny99.tistory.com ๋ถํธ ์๋ ์ ์( ์์, ์ ๋๊ฐ๋ง ์กด์ฌํ๋ค.) - unsigned๋ฅผ ๋ถ์ด๋ฉด ๋ฉ๋ชจ๋ฆฌ๊ฐ ์ฐจ์งํ๋ ์ฉ๋์ด ์ค์ด๋ ๋ค. unsigned shortunsigned int unsigned long unsigned long long ์์๋ฅผ type์ผ๋ก ์ ์ฅํ๊ณ ์ถ์ ๋? ex)sum = 123L; => long type์ผ๋ก ์ ์ธํ ๊ฒ์ด๋ค. L ๋๋ l: longLL ๋๋ ll: long l..