400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 3)

There is a error in the below program. Which statement will you add to remove it

4/50

There is a error in the below program. Which statement will you add to remove itMedia VietJack

Add prototype: float f(int, float);

Add prototype: float f(a, b);

Add prototype: float f(float a, int b)

Giải thích

Chọn A