https://www.geeksforgeeks.org/int_max-int_min-cc-applications/
INT_MAX and INT_MIN in C/C++ and Applications - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org
https://siku314.tistory.com/60
[C] C와 C++ Integer의 MIN, MAX
# 헤더 C의 에 정의되어 있습니다. C++의 에 가 포함되어 있습니다. 으로도 사용할 수 있습니다. # 정수 상수 리스트 상수 설명 값 CHAR_BIT 비트 필드가 없는 가장 작은 변수의 비트 수 8 SCHAR_MIN signed
siku314.tistory.com
'알고리즘 > C++' 카테고리의 다른 글
C++ NULL nullptr (1) | 2024.10.13 |
---|---|
C++ 객체 배열 생성자 소멸자 (1) | 2024.10.13 |
stoi() : string to int (0) | 2024.06.16 |