C ) int test(int,int,int=0);
D ) float test(int,int,float=3.5F);
(19)有以下程序
#include<iostream>
int i = 0;