摘要:
#include <stdio.h> #include <stdlib.h> int main() { printf("char* size is %d\n",sizeof(char *)); printf("int* size is %d\n",sizeof(int *)); return 0; 阅读全文
posted @ 2021-12-30 20:18
Rabbit_XIN
阅读(219)
评论(0)
推荐(0)
浙公网安备 33010602011771号