關於內存訪問與修改

這是前段時間看到的一段代碼,以前一直找不到錯在哪兒,通過一番調試和詢問,終於找到了問題的關鍵函數 #include<stdio.h>spa #include<string.h>調試 void fun(unsigned int a, unsigned int b, unsigned int *c) { *c = a + b; }內存 int main() { unsigned char e = 20
相關文章
相關標籤/搜索