joshua.log
로그인
joshua.log
로그인
C언어 자료형
Jeon곰탱
·
2022년 11월 3일
팔로우
0
0
c-lang
목록 보기
2/13
정수형
int num;
4byte 먹음
부호 있는 정수 and (unsigned)부호 없는 정수
-2^31~2^31 and 0~2^32
short < int < long (크기순)
실수형
double num, float num;
부동소수점형
정밀도에서 float < double 더 정확함
소수점 6자리 기준으로
x.xxxxx float 써라 x.xxxxxxxxxxx double 써라
문자형
char a;
1byte 꺼억
Jeon곰탱
Atomic habits make me
팔로우
이전 포스트
자료형
다음 포스트
if문 and switch문
0개의 댓글
댓글 작성