• 2021-04-14
    以下程序运行的结果是 ( ) 。 #include ” stdio.h ” main() { struct date { int year , month , day ; } today ; printf( “ %d\n ” ,sizeof(struct date)); }