최근 글
                                        
                                    
                                        
                                    
                                        최근 댓글
                                        
                                    
                                        
                                    
                                        블로그 이웃
                                        
                                    
                                    
                                목록2016/04/21 (2)
번개애비의 라이프스톼일
							
							
								char에서 오버플로우 되는 연산의 결과
								
					
                    
                
                    
                
                    
					
						
					
                    
                
                    
                
				
				
				
				
                
    				
                
            char는 기본적으로 -128~127 내의 숫자만 담을 수 있는 그릇입니다. 자료형키워드 메모리 크기값의 범위문자형char 1 Bytes-128~127정수형short2 Bytes-32,768~32,767int4 Bytes-2,147,483,648 ~ 2,147,438,647long4 Bytes-2,147,483,648 ~2.147.483.647부호없는 문자형unsigned char1 Bytes0~255부호없는 정수형unsigned short2 Bytes0~65,535unsigned int4 Bytes0~4,294,967,295unsigned long4 Bytes0~4,294,967,295부동 소수형float4 Bytes1.2E-38~3.4E38double8 Bytes2.2E-308~1.8E308void형..
								IT
								
								2016. 4. 21. 13:21