单项选择题

以下程序的运行结构是 #include <stdio.h> union { double a; int b; char c;

A、8
B、4
C、13
D、1