What type casting mechanism should be used if you want to cast an integer value to a double value?

What type casting mechanism should be used if you want to cast an integer value to a double value?

    Answers:
    A.
    static_cast
   
    B.
    dynamic_cast
   
    C.
    const_cast
   
    D.
    reinterpret_cast

Answer. A.