int main() { char c ; c = 256 ; /* 256円は表現できない */ printf("%d¥n",c) ; return(0) ; } 解説: charは127円までしか表現出来ない intは21億4748万3647円でも表現可