Question: What will be the output for the following program segment? 2 void test (float& p, float& q, float& r) { p *= 2.5; q +=

What will be the output for the following program segment? 2 void test (float& p, float& q, float& r) { p *= 2.5; q += 2.5; r/= 2.5; EEBOO voo A WNPI int main() { float r = 2.56, p = 7.43, q = 3.57; test (r, p, q); cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
