在中国办外国签证难吗:编程问题

来源:百度文库 编辑:神马品牌网 时间:2024/05/09 05:17:09
write procedures show_short, show_long, and show_double that print the byte representation of C objects of types short int, long int, and double,respectively.Try these out on several machines.
这段话是什么意思啊?哪位高人帮帮看看

翻译如下:
编写程序用show_short, show_long, and show_double 分别代表C对象类型里的short int, long int, and double,在不同的机器里试验这些结果。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
大概是让你用宏替换。