Á¤¼ºÈÆ
    overflow.c (±³Àç)
  http://itsys.hansung.ac.kr/cgi-bin/onlineTest/viewCcoding/onlineCcoding.cgi?source=src/chap03/overflow.c



1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>
 
int main(void)
{
    short s_money = 32767;  // ÃÖ´ë°ªÀ¸·Î ÃʱâÈ­ÇÑ´Ù.
 
    s_money = s_money + 1;
    printf("s_money = %d\n", s_money);
 
    return 0;
}
 
cs

  µî·ÏÀÏ : 2022-02-21 [18:18] Á¶È¸ : 1040 ´Ù¿î : 0   
 
¡â ÀÌÀü±ÛµµÀü ¹®Á¦ 1)
¡ä ´ÙÀ½±Ûescape.c (±³Àç)
ÇÁ·Î±×·¡¹Ö¾ð¾î ½Ç½À°Ô½ÃÆÇ
¹øÈ£ ¨Ï Á¦ ¸ñ Á¶È¸ µî·ÏÀÏ
l½Ç½À ¸ñÂ÷
30 ¦¦❶ lfloating.c (±³Àç) 991 02-21
29 ¦¦❶ lswap.c (±³Àç) 1008 02-21
28    ¦¦❷ swap.c (Ãß°¡) ´Ü¼ø±³È¯ÇÏ¸é ¾È µÇ´Â ¿¹ 844 03-20
27 ¦¦❶ lproperty.c (±³Àç) 970 02-21
26 ¦¦❶ ldollar2won.c (±³Àç) 1165 02-21
25 ¦¦❶ lint_const.c (±³Àç) 884 02-21
24 ¦¦❶ loverflow.c (±³Àç) 1040 02-21
23    ¦¦❷ overflow.c (Ãß°¡) integer ¿À¹öÇ÷οì 810 03-20
22 (2Àå) ±âÃÊ»çÇ× 755 02-18
21 ¦¦❶ Mini Project (¿©Çà ºñ¿ë °è»ê) 251 03-01
20    ¦¦❷ Mini Project (¿©Çà ºñ¿ë °è»ê) 292 03-01
19 ¦¦❶ Programming ¿¬½À 3) 632 03-11
18    ¦¦❷ Programming ¿¬½À 3) (¸ð¹ü ´ä¾È) 722 03-11
17 ¦¦❶ Programming ¿¬½À 2) 601 03-11
16    ¦¦❷ Programming ¿¬½À 2) (¸ð¹ü ´ä¾È) 715 03-11
15 ¦¦❶ Programming ¿¬½À 1) 706 03-11
14    ¦¦❷ Programming ¿¬½À 1) (¸ð¹ü ´ä¾È) 764 03-11
13 ¦¦❶ lcalculation.c (±³Àç) 950 02-18
12 ¦¦❶ lerror.c (±³Àç) 921 02-18
11 ¦¦❶ ladd2.c (±³Àç) 895 02-18

[1] [Prev]-[11][12][13][14]