若a的值为3;下列程序段被执行后,c的值是( )。  c=l;   if (a>O)     if (a>3)       c=2;     else       c=3;   else   c=4;
【正确答案】 C
【答案解析】