单项选择题函数int test(int a,int b=1,int c:0),下列调用不合法的个数是( )。test(0); test(0,0); test( ); test(0,0,0);
单项选择题以下选项中可作为 C 语言合法常量的是______。