Data type 정리

규규·2024년 4월 5일
0

C++

목록 보기
19/21
TypeSize(byte)RangeRemark
char/signed char1-128 to 127
unsigned char10 to 255
int4-2147483648 to 2147483647약 ~2.1e9 ~ 2.1e9
unsigned int40 to 4294867295약 4.2e9
long int8-9223372036854775808 to 9223372036854775807
long long int8-(2^63) to (2^63) - 1
float4-3.4e38 to 3.4e38Precision : 6~9 digits (보통 7)
double8-3.4e308 to 3.4e308Precision : 15~18 digits (보통 16)
long double8,12,16-1.7e4982 to 1.7e4982Precision : 18~21, 33~36 digits

Data type 출처
https://boycoding.tistory.com/152">https://boycoding.tistory.com/152
https://www.tutorialspoint.com/cplusplus/cpp_data_types.htm
https://www.quora.com/On-what-does-the-size-of-data-type-depend
https://boycoding.tistory.com/151

마크다운 표 그리기
https://velog.io/@corepen_/%EB%B2%A8%EB%A1%9C%EA%B7%B8-%ED%85%8C%EC%9D%B4%EB%B8%94%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0

마크다운 테이블 제네레이터
https://jbf-story.tistory.com/43

profile
복습용 저장소

0개의 댓글