Google News
logo
CPP - Quiz(MCQ)
At which time does the static_cast can be applied?
A)
Compile-time construct
B)
Runtime construct
C)
Runtime deconstruct
D)
Both Compile-time & Runtime construct

Correct Answer :   Compile-time construct


Explanation : Static_cast can be applied to only compile-time construct and not during run time construct.

Advertisement