以下程序的运行结果是( )。#include "std

以下程序的运行结果是(    )。

#include "stdio.h"
main()
{
    struct date
    {int year,month,day;}today;
    printf("%d\n",sizeof(struct date));
}
答案
A

题目信息

题号:3209
题型:单选题
难度:普通