选择题   设有下列程序段:
    static char b=2;
    void Y()
    {static float d=4;...)
    int a=1;
    void X()
    {int c=3;...}
    关于程序段中各变量的属性,以下叙述中错误的是______。
 
【正确答案】 D
【答案解析】