选择题   考虑下面的函数原型:
    void testDefaulParam(int a, int b=7, char z='*');
    下面的函数调用中,不合法的是______。
 
【正确答案】 C
【答案解析】