C++ 关于地址处的值

2025-05-20 12:53:10
推荐回答(1个)
回答(1):

#include "stdio.h"
struct str1
{ char c[5];
char *s;
}