亚控科技笔试面试记录
摘要:
笔试 可以参考:https://www.cnblogs.com/wft1990/p/6545446.html 以下仅是回忆起的题目 1 回答下面的问题(6分) (1).Void GetMemory(char **p, int num){ *p = (char *)malloc(num); } voi 阅读全文
posted @ 2019-06-20 21:25 zkfopen 阅读(2137) 评论(0) 推荐(0) 编辑