Q16
What is the purpose of the static_cast operator in C++?
A.
To perform implicit type conversions
B.
To perform explicit type conversions
AnswerC.
To access static class members
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board