博客首页 | 排行榜 |

softtech的博客

个人档案
博文分类
最新评论
博文存档
最近访客
  • how to set TFTP server 2006-12-05 12:39
    do you know how to setup TFTP server:  

    阅读全文>>

  • What will print out? main() {         char *p1=“name”;         char *p2;         p2=(char*)malloc(20);         memset (p2, 0, 20);         while(*p2++ = *p1++);         printf(“%s ”,p2); } What will be printed as the result of the operation below:   main() {     int...

    阅读全文>>

页次:1/1 每页15条记录,共2条  分页:  [1]