Commit 30bb1aab authored by lubin's avatar lubin 💬

add C interview

parent b55d333a
01: 描述⼀下gcc的编译过程
02: volatile
03: sizeof()
struct A
{
int a;
char b;
};
04: 指针
(1) 指针的类型是char char*ptr;
(2) 判断null
05: ROM RAM SDRAM
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment