自己总结的笔试题(2007.12)
摘要:研究生毕业时转战各个公司的笔试题总结,希望对后来者以及自己以后会有所帮助。 1、写一个函数,实现二进制文件的转存,要求转存后的文件的开头是文件的长度 #include "stdio.h" main() { FILE *in,*out; char ch,infile[],outfile[]; int length; printf("Enter the infile name:/n"); ...
阅读全文
posted @ 2008-10-10 13:49
浙公网安备 33010602011771号