填空题 下面函数用来求两个单精度数之和,并通过形参将结果传回,请填空。
Void sub(float x,noat y, 【19】 z)
【20】 =x+y;

  • 1、
【正确答案】 1、{{*HTML*}}[19]float
[20]* z    
【答案解析】