shaguftausman07 shaguftausman07 23-11-2022 Computers and Technology contestada Given the following function prototype: int test (float, char); which of the following statements is valid? cout << test(12, &); cout << test("12.0", '&'); cout << test('12', '&'); int u = test(5.0, '*");