Given the function prototype:float test(int, int, int);which of the following statements is legal?

A. cout << test(7, test(14, 23));
B. cout << test(test(7, 14), 23);
C. cout << test(14, 23);
D. cout << test(7, 14, 23);

Answer: D

Computer Science & Information Technology

You might also like to view...

The Integer data type stores numeric values

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following issues will cause a device to have an IPv4 address starting with 169.254.?

a. Cannot get IP address from DHCP server b. Device exposed to public Internet with DMZ c. Port forwarding configured for device d. Device also has an IPv6 address.

Computer Science & Information Technology