Which of the following explicitly converts the contents of an int variable named quantity to the double data type?
a. castToDouble(quantity)
b. explicit_cast<double>(quantity)
c. static_cast<double>(quantity)
d. type_cast<double>(quantity)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.