#include <assert.h> typedef struct{ int a,b; double c,d; int *e; }test; int main(int argc, char **argv){ test s1={ .b=1, .c=2, .d=3, ...
確定! 回上一頁