0%

待解决问题

  • ./ file 与 source file 的区别
  • c 语言 判断语句后面直接加上char,pointer,int,float,什么时候是 true 什么时候是 flase

自己去试试看啦!

  • c 语言malloc中前半部分是什么意思

强制转换 void pointer to the pointer user want, like (int *) means force change void * to int *

  • c 语言 为什么 a[1] 可以修改 *a 不行
  • primitive table 优先顺序?如何判断?

按照先上后下顺序,跟if staement 一致

  • .a(a) 这种判断是否verilog原生支持
  • size_t 到底是什么

一种数据类型,跟 int char double 一致