摘要: 链接:https://www.nowcoder.com/test/6393508/summary 第一题:Linux进程通信方式: 套接字(网络通信),信号量,管道(PIPE),共享内存,FIFO(命名管道),信号(signal),文件锁。 第二题: 区分数组指针和指针数组: 数组指针:int *p 阅读全文
posted @ 2020-02-05 19:30 B_luePhantom 阅读(163) 评论(0) 推荐(0) 编辑