文章分类 -  Tips

一些零碎但是比较重要的东西
自己总结的笔试题(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 王少敏 阅读(458) 评论(0) 推荐(0)

导航