?What is the proper function type to use when declaring a function that takes two floating point numbers and calculates and displays the product with no return value?
A. ?float
B. ?long
C. ?void
D. ?double
Answer: C
Computer Science & Information Technology