选择题   根据下面的定义,能打印出字母P的语句是______。
    struct stu{char name[10];
    int age;
    };
    struct stu s[10]={'John',11,
    'Paul',12,
    'Mary',11,
    'adam',12
    };
 
【正确答案】 D
【答案解析】