2010年12月24日 星期五

What you see is not what you get

#include <stdio.h>

int main()
{
  long int my_fax_number = 0233662167;
  printf("my fax number is %ld\n", my_fax_number);
  return 0;
}

The output.

my fax number is 40854647

沒有留言:

張貼留言