Home » C++ Programming » Questions and Answers » Question
  1. At which time does the static_cast can be applied?
    1. function
    2. Compile-time construct
    3. Runtime construct
    4. Both Compile-time & Runtime construct
    5. None of these
Correct Option: B

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



Your comments will be displayed only after manual approval.