Papers/programming

ascii value

tomato13 2008. 4. 6. 16:05

int TC36(void)
{
         printf("%d\n", NULL);
          printf("%d\n", '\n');
          printf("%d\n", '0');

          return 1;
}

 

=>

 

0

10

48

 

 

'Papers > programming' 카테고리의 다른 글

생성자 강제 호출  (0) 2008.04.10
class 상호참조  (0) 2008.04.07
polymorphism  (0) 2008.03.16
_msize  (0) 2008.03.13
The usage of a static class function by an object  (0) 2008.03.12