摘要: #include <stdio.h> int main(){ int a = 100; char str[20] = "hello world!"; char *zza = "hello world!"; printf("%#X,%#X,%#X\n", *zza, &zza,zza); printf 阅读全文
posted @ 2021-03-27 08:42 myrj 阅读(1049) 评论(0) 推荐(0) 编辑